
iOS Slide Tab View
Create a tab item on any side of the contained view that slides out content when tapped or swiped. Customization options include a property named useTabPadding that adds padding around the ContentAreaView so your views are not overlapped by tabs, pulsing a tab item to draw attention, and full flexibility to create your own tab view and tab content view.
Learn More
iOS Progress
Render standard, radial, or custom progress shapes. Almost every part of the Progress UI can be styled to fit your app. Properties are exposed to easily adjust the color of the progress. Expose layer properties for complete control over the progress appearance, down to the stroke used. The styling doesn't stop at visual appearance: the properties for the animation duration and animating timing function allow you to polish the animation that occurs when the progress changes value.
Learn More