UISwitch Tutorial introduction The iOS switch control is like a real time electronic switch . UISwitch class is used to create and manage on/off state of the buttons, this UISwitch on/off state is represented by boolean object, you can see the example of uiswitch in ios settings app like Auto-Capitalization, Auto-Correction, … [Continue reading...]
UIWebView example (iOS webview) using objective c
Some applications need to display online web content, for iOS development that needs "UIWebView" to display online sites as well as local html files.In this tutorial we will see how to create "uiwebview example" using objective-c. Open XCode, create a single view application using File --> New --> Project, select as universal … [Continue reading...]
Recent Comments