- July 30, 2025
- Mins Read
git@github.com:exyte/Macaw-Examples.git
cd <MacawExamplesRepo>/{ExampleName}/
pod install
to install all dependenciesopen {ExampleName}.xcworkspace/
to open project in the XcodeA simple application with animated bar charts. Step by step tutorial is presented on the Getting Started wiki page.
Activity Monitor app concept shows number of steps, running level and daily summary.
Do you like chemistry? This iPad application shows full power of Macaw: affine transformations, user events, animation and various effects.
Recreating Auxy, Streaks and Zova interfaces with Macaw.
Liquid Swipe concept showing amination with smooth tranformation for forward and backward swiping. Inspired with Cuberto’s framework.
FanMenu – an animated circular menu control.
PermissionsSwiftUI displays and handles permissions in SwiftUI. It is largely inspired by SPPermissions. The UI is highly customizable and resembles an Apple style. ...
Introduction PagerTabStripView is the first pager view built in pure SwiftUI. It provides a component to create interactive pager views ...
1. Taking Action When a Property Changes: Property Observers Swift lets you observe and respond to changes in a property’s ...