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

notifications · Changes

Page history
ar.kalmykov created page: notifications authored Nov 19, 2016 by Artem Kalmykov's avatar Artem Kalmykov
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 0 deletions
+17 -0
  • notifications.md notifications.md +17 -0
  • No files found.
notifications.md 0 → 100644
View page @ 2ebd2108
# 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