Products
-
Recent Posts
Recent Comments
- Writing a PHP Script that Takes One Protobuf and Returns Another Protobuf | Kelvin Kao Dev on Generating PHP Classes from Protocol Buffer
- Generating PHP Classes from Protocol Buffer | Kelvin Kao Dev on Generating Objective-C Classes from Protocol Buffer
- Kelvin Kao on How to Send a Protobuf from iPhone Client to Server
- Hoang Le on How to Send a Protobuf from iPhone Client to Server
- Hoang Le on How to Send a Protobuf from iPhone Client to Server
Archives
Categories
Meta
Category Archives: Text input
The Various iPhone Keyboard Styles
When you are working with UITextField and UITextView in your iPhone app, there are several keyboard styles available. Since both classes implement the UITextInputTraits protocol, this can be accomplished by modifying the keyboardType property. While the documentation describes what the … Continue reading
Posted in Text input
1 Comment