Posts Tagged ‘interface builder’
Adding Stylish Progress Indicators To Your App
Found out about a great library by Matej Bukovinski for easily adding stylish progress notification graphics to your app.
The library is MBProgressHUD, and a full example is included. It is very straightforward to implement, and includes it’s own thread creation so you don’t have to worry if threading is a topic that you are not up to speed on.
Jeff LaMarche has also posted an in-depth tutorial on doing this if you’d like to do it “from scratch”.
Create iPhone Interfaces Easily With Keynote (Tutorial Video)
I found an interesting tutorial today on how to create iPhone interfaces easily with Keynote. This is something I hadn’t really considered doing.
Basically what the author does is draw out interface elements in keynote, and then copy/paste them into a graphics utility called Acorn although any image editor should work that allows you to copy/paste elements.
Check out the tutorial video here:
[source How To Make iPhone Apps]
Finishing With Interface Builder – Building Your iPhone Apps Interface Quickly 2/2
This is the second part of the tutorial on building your iPhone App’s interface in interface builder. In this video I quickly drag out all the elements, and connect the interface elements with the appropriate outlets, and actions, and build the class file automatically.
This is the 5th video/tutorial in this series, and I hope you enjoy it.
The first tutorial can be found here:
>>> Developing Your First Apple iPhone App <<<
Building Your iPhone App’s Interface Quickly
Hi everybody, this is the fourth installment of my series Your First Apple iPhone App Store App Step-By-Step tutorial series. This is a 2-part lesson on building your App’s interface in Xcode’s interface builder.
Here is the video:
In this installment I create a basic project, and explain a little bit about interface builder. I also present a small exercise at the end where I ask you to place the interface elements onto the view, and as promised I have placed the project that I created where I laid out the elements here:
>>> Download Soundboard Project With Basic Interface <<<