Libraries

Trong khi lập trình trên iOS chắc hẳn bạn sẽ phải dùng những thư viện do người khác đã viết sẵn để có thể làm công việc của chúng ta được nhanh hơn. Mình tổng hợp những trang web và thư viện hay và thường dùng để mọi người có thể lưu trữ sử dụng sau này.









Những trang web phổ biến và hữu ích:

  1. Cocoacontrols: Những iOS control được custom.
  2. Stackoverflow: Câu hỏi và trả lời liên quan đến lập trình.
  3. Stackshare: Thảo luận và chia sẻ những tool và service.
  4. Raywenderlich: Những hướng dẫn về lập trình trên iOS.
  5. NSHipter: Những hướng dẫn về lập trình trên iOS.
  6. Code Tutsplus: Những hướng dẫn về lập trình trên iOS.
  7. ivomynttinen: Tổng hợp những kích thước màn hình cho iOS.
  8. Realm: Database dùng để thay thế SQLite và Core Data.
  9. iOS Unit Testing: cách viết unit test cho iOS.
  10. iOS Resolution: Tổng hợp những kích thước của những thiết bị của Apple.
  11. codecademy: học cú pháp của những ngôn ngữ lập trình.
  12. codingame: học những giải thuật theo từng ngôn ngữ thông qua game. Có tổ chức những cuộc thi giữa các developer với nhau.

Những thư viện hữu ích:

  1. AFNetworking: Networking framework.
  2. AlamofireElegant HTTP Networking in Swift
  3. IPaSecurity: Thư viện liên quan đến những bảo mật trên iOS. Trên library này có bug khi encrypt AES hay Blowfish, mình có thể fix được đã fix được bug này, mình sẽ liên hệ với tác giả để được update library này.
  4. FMDB: Thư viện hỗ trợ làm database với SQLite.
  5. SAMCategories: Thư viện tập hợp những hàm hữu ích viết bằng Category.
  6. AtrributeLabel: Thư viện hỗ trợ việc custom UILabel.
  7. MBProgressHUB: Hỗ trợ những màn hình loading.
  8. xctool: Hỗ trợ chạy CI trên Travis CI hoặc Jenkin.
  9. GPUImage: Xử lý hình ảnh 
  10. OAStackView: Apple giới thiệu control mới là StackView trên iOS 9 nhằm hỗ trợ tốt auto layout trên từng device và chạy multitasking trên iPad. Nếu bạn muốn hỗ trợ từ iOS 7.0 thì nên dùng thư viện này hỗ trợ như StackView của Apple.
  11. KSCrash: thư viện hỗ trợ xuất những báo cáo crash ứng dụng.

Những dịch vụ hữu ích giúp cài ứng dụng khi đang phát triển thông qua wifi:

  1. Diawi: Cho phép bạn tải file cài đặt lên trên này và chia sẻ đường link đến người khác để cài đặt và test ứng dụng. 
  2. DeployGate: Cho phép bạn tải bản cài đặt ứng dụng và chia sẻ chúng, quản lý crash, cho phép bạn xem log từ xa...
  3. Fabric: Cho phép bạn tải bản cài đặt ứng dụng và chia sẻ chúng, quản lý crash, phân tích dữ liệu người dùng và doanh thu...

Ứng dụng hay trên MacOS:

  1. iOS-Images-Prepare: Tự động general ra những hình theo @3x, @2x, @1x.

---------- Awesome libraries -----------

UI

  • FlourishUI - Framework for modals, color exensions and buttons.
  • SwiftColors - HEX color handling as an extension for UIColor.
  • FontAwesome.swift - Use FontAwesome in your Swift projects.
  • SwiftOverlays - GUI library for displaying various popups and notifications.
  • ios-charts - A powerful chart / graph framework, the iOS equivalent to MPAndroidChart.
  • TagListView - Simple but highly customizable iOS tag list view.
  • Swiftstraints - Powerful auto-layout framework that lets you write constraints in one line of code.
  • PagingMenuController - Paging view controller with customizable menu in Swift
  • SDWebImage - Asynchronous image downloader with cache support as a UIImageView category
  • TOWebViewController - A view controller class for iOS that allows users to view web pages directly within an app. 
  • KxMenu - KxMenu is a vertical popup menu for using in iOS applications.

JSON/XML Manipulation

  • SwiftyJSON - The better way to deal with JSON data in Swift.
  • json-swift - A basic library for working with JSON in Swift.
  • Argo - JSON parsing library for Swift, inspired by Aeson.
  • ObjectMapper - JSON Object mapping written in Swift.
  • Alamofire-SwiftyJSON - Alamofire extension for serialize NSData to SwiftyJSON.
  • SWXMLHash - Simple XML parsing in Swift.
  • AEXML - Simple and lightweight XML parser for iOS written in Swift.
  • Starscream - WebSockets Library

Databases

Databases implemented in Swift.
  • Realm - A mobile database that runs directly inside phones, tablets or wearables.
  • SQLite.swift - A pure Swift framework wrapping SQLite3. Small. Simple. Safe.
  • SwiftData - A simple and effective wrapper around the SQLite3 C API written completely in Swift.
  • Squeal - A Swift wrapper for SQLite databases.
  • SQLiteDB - Basic SQLite wrapper for Swift.

Testing

Libraries for testing codebases and generating test data.
  • Quick - A behavior-driven development test framework for Swift and Objective-C.
  • Sleipnir - A BDD-style framework for Swift.
  • Nimble - A Matcher Framework for Swift.

Documentation

Libraries for generating documentation files.
  • jazzy - A soulful way to generate docs for Swift & Objective-C

Events

Libraries for one-to-many communications.
  • Caravel - A Swift event bus for UIWebView and JS
  • EmitterKit - An elegant event framework built in Swift
  • Swift-Custom-Events - A very simple way to implement Backbone.js style custom event listeners and triggering in Swift for iOS development.

Queue

Libraries for working with event and task queues.
  • TaskQueue - A Task Queue Class developed in Swift.
  • Dispatcher - Queues, timers, and task groups in Swift

HTTP

Swift libraries and wrappers for HTTP clients.
  • Alamofire - an HTTP networking library written in Swift.
  • SwiftHTTP - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
  • Net - HttpRequest wrapper written in Swift.
  • OAuthSwift - Swift based OAuth library for iOS
  • Moya - Network abstraction layer written in Swift
  • Just - HTTP for Humans (python-requests style HTTP library)
  • SocketIO-Kit - Socket.io iOS/OSX Client compatible with v1.0 and later

Caching

Libraries for caching.
  • HanekeSwift - A lightweight generic cache for iOS written in Swift with extra love for images.

Security

Libraries for generating secure random numbers, encrypting data and scanning for vulnerabilities.
  • CryptoSwift - Crypto related functions and helpers for Swift implemented in Swift programming language.
  • SHA256-Swift - Swift framework wrapping CommonCrypto's SHA256 methods.
  • SwiftSSL - An Elegant crypto toolkit in Swift.

Logging

Libraries for generating and working with log files.
  • CleanroomLogger - A configurable and extensible pure Swift logging API that is simple, lightweight and performant.
  • XCGLogger - A debug log framework for use in Swift projects.
  • Swell - A logging utility for Swift and Objective C.

Third Party APIs

Libraries for accessing third party APIs.
  • GooglePlacesAutocomplete - Simple Google Places address entry for iOS.
  • Swifter - A Twitter framework for iOS & OS X written in Swift
  • SwiftIB - An InteractiveBrokers API Library for OS X written in Swift. InteractiveBrokers is one of a few, if not the best, brokerage company provide Gateway+API solution for traders.

Extensions

  • Dollar.swift - A functional tool-belt for Swift Language similar to Lo-Dash or Underscore in Javascript.
  • swiftz - A Swift library for functional programming.
  • ExSwift - JavaScript (Lo-Dash, Underscore) & Ruby inspired set of Swift extensions for standard types and classes.
  • Observable-Swift - Value Observing and Events for Swift.
  • PromiseKit - A delightful Promises implementation for iOS.
  • Promissum - Promise library with functional combinators like map, flatMap, whenAll & whenAny.
  • Promise - Simple promises library in Swift.
  • PureFutures - Futures and Promises library
  • SwiftTask - Promise + progress + pause + cancel, using SwiftState (state machine).
  • Pythonic.swift - Pythonic tool-belt for Swift – a Swift implementation of selected parts of Python standard library.
  • SWRoute - A tiny Swift wrapper. Allows you to route (hook) quite any function/method with another function/method or even a closure.
  • Euler - Swift Custom Operators for Mathematical Notation.
  • swix - Swift Matrix and Machine Learning Library.
  • Easy-Cal-Swift - Overload +-*/ operator for Swift, make it easier to use (and not so strict).
  • AlecrimCoreData - A simple Core Data wrapper library written in Swift.
  • Async - Syntactic sugar in Swift for asynchronous dispatches in Grand Central Dispatch.
  • SwiftState - Elegant state machine for Swift.
  • LlamaKit - Collection of must-have functional Swift tools.
  • ReactKit - Swift Reactive Programming.
  • Basis - A number of foundational functions, types, and typeclasses.
  • CAAnimation + Closure - Add start / completion closures for CAAnimation instances
  • SwiftyUserDefaults — a cleaner, swiftier API for NSUserDefaults

Misc

  • acli - commandline tool to download curated libraries from github (very beta)
  • R.swift - tool to get strong typed, autocompleted resources like images and segues in your Swift project

Resources

Various resources, such as books, websites and articles, for improving your Swift development skills and knowledge.

Swift Websites

Swift Books

Swift Videos

Swift Playgrounds

Other Awesome Lists

Other amazingly awesome lists can be found in the awesome-swiftawesome-awesomeness, awesome-ios, awesome-objective-c , awesome-ios-ui.

Mình sẽ tổng hợp tiếp. Ai có biết những library hay trang nào hay xin hãy để lại comment để mình có thể tổng hợp cho đầy đủ. Cám ơn mọi người đã đóng góp.

1 comment:

Note: Only a member of this blog may post a comment.