Development with UIKit on Xamarin.ios
Hello! I am Saman (Solution Architect) I am here because I love to share my experience and knowledge about Xamarin. You can find me at @isamankumara
What we will talk today ? Overview Important Samples
Overview The UIKit framework provides the required infrastructure for your iOS or tvOS apps. It provides the window and view architecture for implementing your interface, the event handling infrastructure for delivering Multitouch and other types of input to your app, and the main run loop needed to manage interactions among the user, the system, and your app. Other features offered by the framework include animation support, document support, drawing and printing support, information about the current device, text management and display, search support, accessibility support, app extension support, and resource management..
Important Use UIKit classes only from your app’s main thread or main dispatch queue, unless otherwise indicated. This restriction particularly applies to classes derived from UIResponder or that involve manipulating your app’s user interface in any way..
Samples UILabel UIButton UITextField UITextView UIDatePicker UITimePicker UIImageView UIWebView UISwitch UISlider
Lets start
Our process is easy Code Debug Release
Want to try?
Thanks! Any questions? You can find me at: @i_samankumara @ twitter @isamankumara @ facebook me@isamankumara.com
Credits Special thanks to all the people who helped me for this presentation.