nst / RuntimeBrowser

Objective-C Runtime Browser, for Mac OS X and iOS
3.55k stars 510 forks source link

iPad-compatibility #18

Closed capnslipp closed 8 years ago

capnslipp commented 8 years ago

Switched main target's Devices to Universal, and iPad orientations to all-4 (what Apple recommends). (Almost) all the views extend out to full-screen size and work as expected. Magic. ✨

Fixed the Class DisplayVC's text view's autoresizing to stretch in both directions and be pinned on all four sides. This makes it use up the full area as expected on larger screens (e.g. iPad).

capnslipp commented 8 years ago

Cheers!