-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS 6 - createToolbarLabelWithTitle - UITextAlignmentCenter #65
Comments
I figured out how to utilize this solution with Static Table view cells... Put a clear button on top, and underneath it, place a UIText field (if you require a value returned). Also disable user interaction on that UITextField. |
OT: I'm using the ActionSheetStringPicker and ActionSheetDatePicker via their static show-methods in a static UITableViewController without problems or hacks here. I call them from didSelectRowAtIndexPath and use self.view as origin. |
Interesting! I need to try that. I hadn't realized that there was a static show method. |
I hope the problem with tableView was solved. |
Evernote was unable to submit your note for the following reason: The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered. Original message information: To prevent excessive emails, you may not receive another error reply for the next 360 minutes.
|
Hi Tim, I found something minor for iOS 6 compatibility. In AbstractActionSheetPicker.m, the method createToolbarLabelWithTitle is leveraging UITextAlignmentCenter, and it's deprecated at 2.0. Recommendations to use NSTextAlignmentCenter. Probably thought of as a minor issue.
By the way, I'm liking ActionSheet Picker a lot! I was trying to use it with a static table view with strange results but then went with a UIViewController instead. Cheers!
The text was updated successfully, but these errors were encountered: