Elegant HTTP Networking in Swift
-
Updated
May 31, 2021 - Swift
{{ message }}
Elegant HTTP Networking in Swift
The better way to deal with JSON data in Swift.
A simple, decentralized dependency manager for Cocoa
A clean and lightweight progress HUD for your iOS and tvOS app.
Elegant iOS form builder in Swift
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?
A collection of awesome loading animations
Is your feature request related to a problem? Please describe.
Doc string states:
Date().weekday -> 5 // fifth day in the current week.
Guess what, 5 is not friday. It's thursday. It makes some sense after i dug deeper, but as a programmer, i assumed monday could be 0 or 1, therefore thursday should be 3 or 4. Monday is 2! Because sunday is 1!
**Describe the solution you'd li
UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
Android PagerTabStrip for iOS.
URL routing library for iOS with a simple block-based API
Folding Tab Bar and Tab Bar Controller
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Beautiful animated Alert View. Written in Objective-C
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Fully customizable and extensible action sheet controller written in Swift
A lightweight, one line setup, iOS / OSX network debugging library!
An elegant and simple progress HUD for iOS and tvOS, compatible with Swift and ObjC.
We need to observe the REAL reachability of network. That's what RealReachability do.
An extension that gives UIImageView the ability to focus on faces within an image.
Gemini is rich scroll based animation framework for iOS, written in Swift.
Add a description, image, and links to the carthage topic page so that developers can more easily learn about it.
To associate your repository with the carthage topic, visit your repo's landing page and select "manage topics."
Hi,
I'm having the following crash, sometimes in a transition:
Crashed: com.apple.main-thread
0 Hero 0x102bc6940 HeroContext.snapshotView(for : UIView) -> UIView (HeroContext.swift:182)
1 Hero 0x102bfdbbc HeroDefaultAnimator.animate(view : UIView, appearing : Bool) -> () (HeroDefaultAnimator.swift:107)
2 Hero