Skip to content

tibinthomas9/CustomComponents

Repository files navigation

CustomComponents

SwiftUI

1.SliderView

An interactive slider view

2.SineView

Animatable sine wave view with customizable phase, frequency

3.OneSineWaveView

a sine wave view that draws up just one sine wave across the entire width of the view

4.StickyScrollView

A scroll view that can stick any chid within it to top, one at a time by adding .sticky() modifier to child, new sticky view will move up the old view

5.SineWave: Slider view

Sinewave with slider knob and customizable percentage(progress), frequency, amplitude

UIKit

1.BadgeButton

Add Badge to a button.A component to add a badge to any corner of a button with custom string.

2.GraphView

To construct linear graphview with milestones

Use addMileStone() method to add specific milestone points Use updateProgess() method to show a progress line upto a point

3.ToastView

To add android style toast messages with configurabality.

Releases

No releases published

Packages

No packages published

Languages