Author Topic: MonoTouch.UIKit Inspiration.  (Read 4730 times)

yuewah

  • Full Member
  • ***
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 180
    • View Profile
MonoTouch.UIKit Inspiration.
« on: July 13, 2014, 12:21:50 PM »
MonoTouch.UIKit is c# wrapper for iOS UI framework, its feature is very complete, robust. I would recommend NGUI can implement its features or its design pattern as well as the naming of UI component.

UIImage, UIImageView, UIButton, UIScrollView, UILabel, UISlider, UISwitch, UITextField, UITextView, UITextInput etc

Nicki

  • Global Moderator
  • Hero Member
  • *****
  • Thank You
  • -Given: 33
  • -Receive: 141
  • Posts: 1,768
    • View Profile
Re: MonoTouch.UIKit Inspiration.
« Reply #1 on: July 13, 2014, 06:46:19 PM »
k.

I can see the advantage in unifying the naming with something like iOS, but at this point it would be a fairly fundamental change from what NGUI is now, which means all earlier projects would break if they upgraded to that version. To a large extent, NGUI already uses naming very close to this though.