Download presentation
Presentation is loading. Please wait.
1
Development with UIKit on Xamarin.ios
2
Hello! I am Saman (Solution Architect)
I am here because I love to share my experience and knowledge about Xamarin. You can find me
3
What we will talk today ? Overview Important Samples
4
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..
5
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..
6
Samples UILabel UIButton UITextField UITextView UIDatePicker
UITimePicker UIImageView UIWebView UISwitch UISlider
7
Lets start
8
Our process is easy Code Debug Release
9
Want to try?
10
Thanks! Any questions? You can find me at: @i_samankumara @ twitter
facebook
11
Credits Special thanks to all the people who helped me for this presentation.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.