Kevin
Kevin
Hey, any news on this features ? 😇
You wont be able to edit the source code as you've probably imported this framework as a Pod. So just commenting the `addSubview` wont work. I just submitted a [pull...
You can add an extension : ``` extension UIColor { func rgb() -> Int? { var fRed : CGFloat = 0 var fGreen : CGFloat = 0 var fBlue :...
You currently cannot set height and/or custom snap points. But I will try to work on it soon. What you can do is set the gap between the top of...
Thank you. I'll do that :+1:
same here..
Can't we keep a minimal navigation and bottom bar ? At least to cover up the safe areas and keep a good visibility over the status bar ?
My bad. I did not use that feature. That being said: one of the power features of Apollo was flexibility and how users can tweak the UI to fit their...
We have few options here: you can either completely hide the status bar (toggle the `.statusBar(hidden: true)` modifier) and get a real full screen experience, or place a view underneath...
Thank you for your answer! This is what I got : (I installed elementary OS on disk0s4). ``` $ diskutil list /dev/disk0 #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *251.0...