summaryrefslogtreecommitdiff
path: root/platform/ios/Classes/MuChoiceFieldController.m
AgeCommit message (Collapse)Author
2016-06-09iOS: Run Xcode's "Convert to Modern ObjC" for "ObjC literals"Joseph Heenan
Uses the more modern/concise syntax that arrived in Xcode 4.4
2016-06-09iOS: Use modern instancetype instead of id for init return typeJoseph Heenan
2014-10-05iOS: tweak types to avoid warnings in 64 bit buildsJoseph Heenan
Still more warnings left.
2014-10-04iOS: Remove empty didReceiveMemoryWarning implementationJoseph Heenan
2014-10-04iOS: Move instance variables from .h to .mJoseph Heenan
These are private details that, since changes in Xcode, no longer need to be exposed in the headers.
2014-01-09Remove comment header blurb from ios files.Tor Andersson
2014-01-07iOS: update the form filling dialogs to avoid the keyboard hiding the buttonsPaul Gardiner
Also bring up the keyboard automatically
2013-11-22iOS: fix white-space inconsistencyPaul Gardiner
2013-10-16iOS: add support for selecting form choice fieldsPaul Gardiner