-
Updated
Oct 20, 2021 - Swift
#
swift-library
Here are 508 public repositories matching this topic...
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
swift-library
ios
awesome
objective-c
swift-extensions
swift-framework
ios-animation
swift-language
apple-swift
swift-programming
swift-ios
objective-c-library
ios-libraries
arkit
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
linux
swift
swift-library
lists
ios
list
awesome
swift-extensions
swift-framework
swift-language
awesome-list
awesome-lists
awesome-swift
-
Updated
Oct 20, 2021 - Swift
Elegant iOS form builder in Swift
swift
swift-library
ios
uitableview
forms
cocoapods
carthage
validations
ios-ui
ios-forms
hacktoberfest
-
Updated
Oct 21, 2021 - Swift
iOS开发常用三方库、插件、知名博客等等
swift-library
ios
objective-c
xcode
swift-extensions
objective-c-extensions
swift-framework
ios-animation
swift-wrapper
xcode-plugin
swift-language
apple-swift
swift-programming
objective-c-library
ios-calendar
swift-objective
appicon
-
Updated
Oct 21, 2021
A collection of awesome loading animations
swift
swift-library
ios
animation
cocoapods
carthage
loader
ios-animation
ios-swift
ios-thirdparty
ios-ui
ios-lib
loaders
loading-animations
-
Updated
Jan 28, 2021 - Swift
Android PagerTabStrip for iOS.
-
Updated
Sep 22, 2021 - Swift
A curated list of awesome Swift frameworks, libraries and software.
-
Updated
Mar 31, 2021
ZipArchive is a simple utility class for zipping and unzipping files on iOS, macOS and tvOS.
-
Updated
Oct 19, 2021 - C
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.
macos
swift
debugging
swift-library
ios
tvos
watchos
cocoapods
carthage
logging
swift-framework
debug
logging-library
swiftpm
debugging-tool
xcglogger
-
Updated
Sep 19, 2021 - Swift
Open
Expire sessions
3
helje5
commented
Jun 29, 2019
Sessions currently live forever :-) This "just" needs a proper timer.
精心收集并分类整理的Swift开发学习资源,包括Apple官方提供的示例代码和文档,以及github上的项目和国内外开发者的技术博客。欢迎提交pull-request一起维护。https://t.me/SwiftCN QQ交流群 32958950 申请请注明开发经验
swift
programming-language
swift-library
ios
swift-language
apple-swift
swift-programming
ios-swift
swift-learning
swift-tutorial
ios-swift-demos
github-swift
-
Updated
Feb 3, 2021 - Swift
Fully customizable and extensible action sheet controller written in Swift
-
Updated
Oct 4, 2021 - Swift
swift-library
location-services
ibeacon
autocomplete-search
cllocationmanager
location-tracker
locationtracking
geocoding-library
-
Updated
Oct 10, 2021 - Swift
Gemini is rich scroll based animation framework for iOS, written in Swift.
swift
swift-library
ios
uicollectionview
cocoapods
carthage
ios-animation
animation-effects
animation-3d
animation-library
-
Updated
Sep 29, 2020 - Swift
A paging view controller with a highly customizable menu ✨
-
Updated
Oct 16, 2021 - Swift
swift
swift-library
text-formatting
text
auto-layout
typography
dynamic-type
xml-parsing
attributedstring
nsattributedstring
-
Updated
Sep 22, 2021 - Swift
Open
Examples: iOS App
davedelong
commented
Mar 2, 2020
I'd like an /Examples
folder with some simple iOS apps showing how to use Time
.
The first one that comes to mind is a basic iOS app using a UICollectionView
to build a month calendar view.
Open
Carthage supports
3
Open
Tests
1
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
swift
language
swift-library
ios
cocoapod
layout
carthage
layout-engine
rtl
swift-framework
swift-3
ios-swift
anchor
ios-ui
ios-lib
margin
chainable-methods
uiview-extension
left-language
-
Updated
Sep 30, 2021 - Swift
A library used to create beautiful animations and transitions for iOS.
-
Updated
Jan 28, 2020 - Swift
swift
swift-library
swift-playgrounds
swift-package-manager
swift-framework
swift-language
swift-3
swift3
swiftyjson
swift-4
swift4
swift5
-
Updated
Apr 22, 2018 - C
iOS & OSX Bluetooth library for RxSwift
swift
swift-library
rxswift
bluetooth
ble
bluetooth-low-energy
corebluetooth
scans
peripherals
rssi
bluetooth-library
discover-services
emits
-
Updated
Sep 20, 2021 - Swift
A fully customizable popup style menu for iOS 😎
-
Updated
Oct 21, 2021 - Swift
jogendra
commented
Apr 14, 2018
Currently, the framework is lagging unit testing. Add some unit test.
iOS & OSX Syntax Highlighter.
-
Updated
Aug 17, 2021 - Swift
A pure Swift library for creating command-line interfaces
-
Updated
Dec 28, 2018 - Swift
Swipable tab and menu View and ViewController.
-
Updated
Oct 19, 2021 - Swift
MultipeerConnectivity + Codable = ❤️
-
Updated
Oct 6, 2021 - Swift
A Swift framework for shell scripting.
-
Updated
Sep 25, 2020 - Swift
Improve this page
Add a description, image, and links to the swift-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swift-library 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