iphone - Laying out UIButtons - easy way? -
I am creating a table that contains a line that looks like the "to:" line in the Apple Mail app when you If you add new people to match your address book, their name appears in a round button.
I can make buttons and can fit tightly around the text using the shape size - no problem.
However, once I do this, I can not understand how broad the button has become. Is there an easy way to touch a bunch of buttons in a cell and wrap it automatically, or I have to manually calculate the width and if it goes beyond the end of the screen, then go to the next line ?
In addition, how can you get the size of the size of the size? button. Frame reverse faucet most troubled
You can see the collection of custom UI elements for the Hewittes, iPhone Facebook was used in the development of the app.
You are particularly interested in those two classes and
From the project site:
The TTMessageController emulates the message composer in Apple's Mail App. You can customize it to send any kind of message you want it to. Set your message field, or use the standard "copy:" and "subject:". The recipient name may be auto-complete from the data source you provide.
TTPickerTextField is a type-forward UITextField. As you type it, it searches for a data source, and when you choose type-next option, it adds bubble to the flow of text. I use it in TTMessageController to select the names of recipients I am
Comments
Post a Comment