1 / 11

Development with UIKit on Xamarin.ios

Learn about UIKit development with Xamarin.iOS from Saman, a Solution Architect. Gain insights on the required infrastructure, event handling, animation support, and more. Explore samples like UILabel, UIButton, UITextField, and more.

hadamson
Download Presentation

Development with UIKit on Xamarin.ios

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Development with UIKiton Xamarin.ios

  2. Hello! I am Saman (Solution Architect) I am here because I love to share my experience and knowledge aboutXamarin. You can find me at @isamankumara

  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 @isamankumara @ facebook me@isamankumara.com

  11. Credits Special thanks to all the people who helped me for this presentation.

More Related