Josh
Josh
There's an issue with the constraints for UITableViewControllers initialized in EZSwipeController. The UINavigationBar seems to cover parts of the top view. ALSO, the scrolling conflicts with the UIPageViewController navigation. For...
I have 3 view controllers, but I'd like the second one to be able to swipe down to another view controller. How would I implement this?
The only workaround I can think of at the moment without testing it is initializing multiple SegmentedProgressBars and laying them out in the view, but that's pretty inefficient. Is there...
I came across an issue that persists with the previewView (referencing to demo) or perhaps the previewView's layer (previewView.layer.addSublayer(NextLevel.shared.previewLayer)) freezing. The previewView is a generic view in the view controller...
When SwiftyCamViewController is loaded, the audio plays on the device's speaker when using bluetooth earphones.
Wrap?
Is it possible to override this layout, and make the cells wrap? IE: when the collection view gets to the last index, it animates back to the first.
I use AnimatedCollectionViewLayout a bit differently by storing UITableViews and UITableViewCells in them with the parent UIViewController referenced with a protocol. In other words, it's architected like so: **UITableViewCell -->...
Is there a way to set the image edge insets for the reaction button? I'm trying to set an image for the reaction button with a 100 by 25 point...
The frames I've set might be wrong, but just in case, can I overlay this on a UITableViewController?