After the huge success of the first control I submitted to CocoaControls, MKInfoPanel, I altered it to make it behave like a input panel.
MKEntryPanel shows a semi full screen window similar to the UISearchBarController. You can dismiss it by tapping anywhere else.
Demo
Here is a quick 30 sec demo of the Entry panel in action.
Code
The source code is available at github. Pick it up, clone it or do whatever you want from here.
https://github.com/MugunthKumar/MKEntryPanelDemo
How to use
Using MKEntryPanel is easier tha using an UIAlertView. Similar to the previous MKInfoPanel, You just make one single call and the panel shows and hides itself.
[MKEntryPanel showPanelWithTitle:NSLocalizedString(@"Enter a text name", @"") inView:self.view onTextEntered:^(NSString* enteredString) { NSLog(@"Entered: %@", enteredString); }];
To use this in your own apps, open the project on XCode, drag the MKEntryPanel group into your project. Link your project against QuartzCore.Framework if you haven’t already. You are good to go!
Hope you liked it!
–
Mugunth
Follow me on Twitter
Related posts:
- iOS Control: MKTickerView Whew! What a busy month. I have been really busy...
-
Josh
-
Anonymous
-
Anonymous
-
Yuchen
-
Yuchen
