Homepage
Open in app
Sign in
Get started
iOS World
Explore iOS
Follow
URLSession — Swift
URLSession is a class in the Foundation framework of Apple’s iOS and macOS operating systems. It provides an API for communicating with…
BN
Feb 12, 2023
UndoManager — Swift
The Undo Manager in Swift is a mechanism used for managing undo and redo operations in an application. It allows users to revert changes…
BN
Feb 5, 2023
Singleton pattern — Swift
The Singleton pattern is a design pattern that restricts the instantiation of a class to only one instance, while providing a single point…
BN
Feb 2, 2023
iOS Lifecycle
In iOS development, the lifecycle of a view controller in Swift refers to the series of methods that are called as the view controller is…
BN
Jan 29, 2023
Pagination in Swift
Pagination in Swift refers to the process of breaking up a large dataset into smaller, manageable chunks or pages. This is often used in…
BN
Jan 26, 2023
CompactMap vs FlatMap — Swift
Map
BN
Jan 26, 2023
Optional in iOS
Optional in iOS
Optional chaining in Swift is a feature that allows you to access properties, methods, and subscripts on an optional value (a value that…
BN
Jan 24, 2023
About iOS World
Latest Stories
Archive
About Medium
Terms
Privacy
Teams