Table Views in iOS
Table views are among the most powerful features of iOS development. We are used to see them in almost most apps (mail app, Twitter, Facebook or similar).
Table views are among the most powerful features of iOS development. We are used to see them in almost most apps (mail app, Twitter, Facebook or similar).
Collections in Objective-C are things such as arrays and sets. They are used to contain objects (usually of the same nature) inside a container. There are many advantages to using collections. Collections in Objective C: Arrays Above all, the primary advantage of an array is that it has an index that orders objects. As a …
Classes and Functions in Swift are important sectons of OOP. OOP (Object Oriented Programming) is a fundamental concept of software development. To clarify, OOP is a programming paradigm that can only be defined as contrast to other programming paradigms.
Swift offers a wide range of classes for managing collections. Above all, Swift benefits from dictionaries and arrays.
Delegation and Protocols are some of the most important programming patterns in Swift. A protocol is the blueprint of methods, properties or requirements.
In this UIScrollView Tutorial series we get a sense of how to set the content size for a scroll view as well as how to zoom inside one.
Animations in iOS can be used to offer better interactivity and appeal to iOS views. They are used in three distinct types.
In using a Navigation Controllers in iOS, you benefit from different segue controllers and methods for navigating from one view controller to another one.
We use a Split View Controller in landscape mode of larger iPhone devices or on iPad devices to split the view between two different view controllers.