Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I ios-tutorial
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ios-general
  • ios-tutorial
  • Wiki
  • objective c basics

objective c basics · Changes

Page history
ar.kalmykov created page: gcd and math authored Nov 19, 2016 by Artem Kalmykov's avatar Artem Kalmykov
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • objective-c-basics.md objective-c-basics.md +1 -1
  • No files found.
objective-c-basics.md
View page @ e79e082b
......@@ -27,7 +27,7 @@ And the following methods:
* Public `employeeWithLowestSalary` method, which returns one employee with the lowest salary in the organization.
* Public `employeesWithSalary:tolerance:` method, which accepts two arguments of type int - salary and tolerance - and returns all employees with given salary +- tolerance as an array.
Application should create one organization and multiple employees, which are added to the organization. Than all of the methods should be demonstrated in AppDelegate's applicationDidFinishLaunching method. Everything should be logged to `NSLog`.
Application should create one organization and multiple employees, which are added to the organization. Than all of the methods should be demonstrated in AppDelegate's `applicationDidFinishLaunching` method. Everything should be logged to `NSLog`.
## You should be able to answer the following questions:
......
Clone repository
  • autolayout
  • basic core data
  • basic networking
  • cocoapods
  • delegation
  • gcd and math
  • git tutorial
  • Home
  • ios basics
  • notifications
  • objective c basics
  • swift
  • ui table view