-
Updated
Apr 22, 2021 - Swift
#
alamofire
Here are 552 public repositories matching this topic...
Elegant HTTP Networking in Swift
swift
networking
xcode
cocoapods
carthage
swift-package-manager
alamofire
request
response
urlsession
certificate-pinning
public-key-pinning
urlrequest
httpurlresponse
parameter-encoding
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
swift
debugging
http
networking
xcode
cocoapods
carthage
alamofire
request
response
network-monitoring
afnetworking
urlsession
charles
http-monitor
certificate-pinning
network-debug
urlprotocol
urlrequest
-
Updated
Jan 25, 2021 - Swift
dsaitta0
commented
Nov 5, 2020
Hi,
I saw that there is a perfomance degratation due to a for loop used inside the static func harmlessFunction() declared in CustomSelfAwareHelper struct.
This loop is trying to verify the type with the as? operator (that have a complexity of O(n) ) and try to unwrapp the result in order to call the awake() function.
For a medium-larger project (with likely 20k+ classes) that covers old
RxSwift wrapper around the elegant HTTP networking in Swift Alamofire
-
Updated
Mar 30, 2021 - Swift
Alamofire extension for serialize NSData to SwiftyJSON
-
Updated
Sep 4, 2020 - Swift
Easy HTTP Networking in Swift a NSURLSession wrapper with image caching support
-
Updated
Oct 4, 2020 - Swift
Reflection based (Dictionary, CKRecord, NSManagedObject, Realm, JSON and XML) object mapping with extensions for Alamofire and Moya with RxSwift or ReactiveSwift
-
Updated
Jun 14, 2020 - Swift
精仿有妖气漫画(Swift5)
swift
xcode
moya
alamofire
snapkit
then
kingfisher
reusable
hmsegmentedcontrol
oc
mbprogresshud
mjrefresh
handyjson
emptydataset-swift
swift5
llcyclescrollview
iqkeyboardmanagerswift
snapkitextend
uinavigation-sxfixspace
-
Updated
Jan 29, 2021 - Swift
This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.
-
Updated
Dec 27, 2018 - Swift
A curated collection of iOS, ML, AR resources sprinkled with some UI additions
nlp
swift
ios
natural-language-processing
computer-vision
alamofire
keras
vision
arkit
coreml
coremltools
vision-framework
swiftui
ml-kit
realitykit
-
Updated
Aug 24, 2020 - Swift
Lightweight network abstraction layer, written on top of Alamofire
-
Updated
Jan 4, 2021 - Swift
Bamboots - Extension 4 Alamofire
-
Updated
Nov 3, 2020 - Swift
Restofire is a protocol oriented networking client for Alamofire
swift
networking
protocol-oriented
xcode
cocoapods
carthage
moya
alamofire
urlsession
protocol-oriented-programming
embedded-binaries
restofire
-
Updated
Apr 2, 2021 - Swift
-
Updated
Jun 7, 2020 - Swift
Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)
swift
open-source
converter
ios
finance
alamofire
viper
clean-architecture
swift3
viper-architecture
currency-converter
-
Updated
Nov 4, 2019 - Swift
dart
swift
mac
c-plus-plus
ios
opensource
objective-c
script
blockchain
alamofire
opengles
toast
masonry
afnetworking
flutter
weex
sdwebimage
h5
qipai
etherenum
-
Updated
Aug 23, 2020
Versatile HTTP Networking in Swift
swift
swift-library
http
json
task
framework
networking
authentication
progress
asynchronous
cache
stub
swift-package-manager
moya
alamofire
swift-framework
request
response
synchronous
urlsession
-
Updated
Sep 20, 2018 - Swift
Improve this page
Add a description, image, and links to the alamofire topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the alamofire topic, visit your repo's landing page and select "manage topics."
Currently we use a pretty naive removal of testing dependencies for SwiftPM by setting an environment variable. We should be able to use Rocket and update our
Rakefile
script to just remove testing dependencies on each release, and keep it in the development process thanks to that.The idea came from this PR that I saw RxSwiftCommunity/RxOptional#83, which sounds reall