May 5, 2024

Apple Releases Xcode 7.3 Beta 3 With Interactive iOS and OS X Playgrounds

Posted February 9, 2016 at 7:29am by iClarified · 12471 views
Apple has announced the release of Xcod 7.3 beta 3 to developers bringing interactive iOS and OS X playgrounds that allow you to click, drag, type, and otherwise interact with the user interfaces you code into your playground.

These interfaces react just as they would within a full application. Interactive playgrounds help you to quickly prototype and build your applications, and simply provide another great way to interact with your code. Any view or view controller that is assigned to the liveView property of the XCPlaygroundPage is automatically made interactive, and since it runs within a playground you get all the usual playground results. You can experiment with gesture recognizers, see how UITableView creates and dequeues cells as you scroll, or interact with a complex 3D scene in SceneKit.

Apple has provided a sample iOS playground that uses UIKit Dynamics to create a fully-interactive and customizable Newton’s Cradle. Unfortunately, initial developer feedback indicates that the playgrounds feature is still buggy. However, if you want to give it a try, Newton’s Cradle can be downloaded from the link below...

Read More