atlas news
    
Objc
25  septembre     22h00
Book Update: Thinking in SwiftUI
   Today we’re very happy to announce that our book Thinking in SwiftUI is updated for iOS , and available in both PDF as well as print. After releasing the previous edition we have held a large number of workshops and gained a lot more experience with both SwiftUI itself as well as teaching the...
15  juin     22h00
Book Update: Thinking in SwiftUI
   During the last months, we have worked hard at updating our book Thinking in SwiftUI. Over the past years, we had the chance to conduct SwiftUI workshops for many companies. Based on this experience and the feedback we got, our approach to explaining SwiftUI has evolved a lot. Therefore, we chose...
11  juin     22h00
Thinking in SwiftUI: Live Q&A
   During the last months, we have worked hard at updating our book Thinking in SwiftUI. Now that WWDC is behind us, we don’t just want to release a finished book instead, we will update it for all the new APIs. Due to this transition phase, we’ve decided to release the new edition as a beta...
13  avril     22h00
Transitions in SwiftUI
   During our SwiftUI Workshop we often notice that very few people seem to know about transitions, even though they’re not very complicated and incredibly useful. Transitions happen when a view is removed from the view tree, or added to the view tree. However, if you’ve done some SwiftUI, you will...
28  mars     22h00
Aspect Ratios in SwiftUI
   One of the modifiers that always puzzled me a bit was .aspectRatio. How does it really work Once I figured it out, it turned out to be simpler than I thought. One place where we can find out a lot about how SwiftUI works is SwiftUI’s .swiftinterface file. This is located inside of Xcode. Inside...