Elegant HTTP Networking in Swift
-
Updated
Jul 18, 2022 - Swift
{{ message }}
Elegant HTTP Networking in Swift
The better way to deal with JSON data in Swift.
A Swift Autolayout DSL for iOS & OS X
The Cocoa Dependency Manager.
A fast & simple, yet powerful & flexible logging framework for Mac and iOS
A clean and lightweight progress HUD for your iOS and tvOS app.
Elegant iOS form builder in Swift
A collection of awesome loading animations
Android PagerTabStrip for iOS.
[EN]It is an iOS UI module library for adding animation to iOS tabbar items and icons with Lottie, and adding a bigger center UITabBar Item. [CN]【中国特色 TabBar】一行代码实现 Lottie 动画TabBar,支持中间带+号的TabBar样式,自带红点角标,支持动态刷新。【iOS13 & Dark Mode & iPhone XS MAX supported】
The iOS framework that grows only as fast as its documentation
CaptainHook Tweak、Logos Tweak and Command-line Tool、Patch iOS Apps, Without Jailbreak.
URL routing library for iOS with a simple block-based API
KolodaView is a class designed to simplify the implementation of Tinder like cards on iOS.
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
A view controller for iOS that allows users to crop portions of UIImage objects
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView RTL
Notify users when a new version of your app is available and prompt them to upgrade.
A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
iOS Debugging Tool
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
Add a description, image, and links to the cocoapods topic page so that developers can more easily learn about it.
To associate your repository with the cocoapods topic, visit your repo's landing page and select "manage topics."
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