I am creating an iPad application that behaves like a power point presentational. I am creating several slides and each slides contains several images with basic functionality. Because I am creating so many slides it will be nice if I can create the IBOutles programmatically since I place so many buttons per slide for instance. it takes a while to place those outlets and create the connections. How can I speed up this process?
I am creating an iPad application that behaves like a power point presentational. I
Share
Why not just create every item programmatically?
Take a
UIButtonfor example.