iOS App: Separator Lines And Back Button In Master-Detail Application

When you create a master-detail application in iOS, a few things appear by default. If you notice it, you will see that the empty cells are separated by lines. But we want the separator lines to appear for items that are there in the table. Also, you will notice that the back button in the … Continue reading iOS App: Separator Lines And Back Button In Master-Detail Application

How To Load Different XIBs Based On The Device Type?

What's with all the different sizes of the iOS devices? I mean, sure we have autolayout feature that takes care of things in general. But if you want real aesthetic perfection, then you are better off having a separate XIB for each screen size. If you create a universal app, Xcode automatically creates two separate … Continue reading How To Load Different XIBs Based On The Device Type?