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
  • notifications

Last edited by Artem Kalmykov Nov 19, 2016
Page history

notifications

Notifications

https://developer.apple.com/reference/foundation/nsnotificationcenter

You should do the following:

  1. Create a branch from develop called feature/notifications
  2. Add “Randomize order” button to OrganizationInfoViewController. It should randomize the order of employees in an organization.
  3. Declare kEmployeesOrderHasChanged string constant.
  4. Implement a logic of reloading table view on MainViewController after randomizing order in OrganizationViewController with the help of NSNotificationCenter.
  5. Create a pull request from your branch to develop.

You should be able to answer the following questions:

  • What is NSNotificationCenter?
  • What is the difference between delegation and notifications patterns?
  • How to unsubscribe from notifications? How and when should it be used? Is it mandatory?
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