Switch and Iterative statements in Objective C @techytube
Switch and Iterative statements in Objective C  @techytube
Uploaded September 2012 | Updated September 2026, 2 weeks ago
For more videos on technology, visit Techytube.com

By Pavel@Techytube

Switch and Iteratioanal statements are a common feature used in all
the programming languages.
Switch is used to choose an option from a list based on a specific
criteria. The value inside the switch statement (between rounded
parantheses) should have int value. In other languages there may be
also string values, but in Objective-C that is not allowed.
The iterational statements in Objective-C are for, while, and do ... while.
"for" is used when we know how many steps that should be. "while" is
used when we want something to happen while a certain condition takes
place. "do ... while" is used to execute the same code until a condition
is true, and it always executes at least once.
There is also "fast-enumeration" statement, which allows to iterate
through a collection of objects in an elegant way.
Switch and Iterative statements in Objective CUnderstanding database backups in MS SQL Server 2008 R2Distributed File System Client Network Traffic Analysis with WiresharkWindows 8 Development - Javascript JSON ArraysRPM (Redhat Package Manager) Part 1 of 3User And Group Administration On Linux Part 2 of 4Windows 8 Development - App Bar IMS SQL Server Profiler Basics - 3Windows 8 Development - Windows Javascript ControlsWindows 8 Development : Using The Device Pane XAMLMicrosoft SQL Server 2012 User defined Server RolesWorking with UITableViewDelegate protocol in iOS
techytube |

Switch and Iterative statements in Objective C

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER