microsoft / WinObjC

Objective-C for Windows
MIT License
6.24k stars 810 forks source link

UIKit - missing UIAlertController #290

Open ghost opened 8 years ago

ghost commented 8 years ago

I have a project that makes use of this. Appears to be missing from include/UIKit

jpros commented 8 years ago

UIAlertController is new in iOS SDK version 9, and this project is based on version 6. There are a lot more important stuff to do from iOS 6, 7 and 8 before adding this kinda thing. For example commoncrypto and the new networking based on iOS 7.

If you are using UIAlertController to present alert views, you can use UIAlertView, and if you are using it for showing a popover you can use an UIPopoverController. I agree it is not as customizable as the new component, however it should work in most cases.

technotrance commented 8 years ago

Just a secret the programme I have developed is designed to run on a 32 600 to800 pixel format because the system works too fast and I'm afraid of over system performance lol