Kazuhiro Hayashi

8pods

Alamofire-SwiftyXMLParser

Alamofire extension for serialize NSData to SwiftyXMLParser

License: MIT

  • Swift

DeployGateSDK

You can use many advanced features on deploygate.com with this SDK.

License: Custom

  • Objective C

EditDistance

This library pipelines the process to update UITableView and UICollectionView. It is so difficult to update them incrementally, because iOS app developers need to manage differences between the two DataSources.

License: MIT

  • Swift

PagingKit

There are many libaries providing "Paging UI" which has menu and content area. They are convinience but not customizable because your app have to make compatible with the library about layout and design. When It doesn't fit the libaries, you need to fork the library or find another one.

PagingKit has more flexible layout and design than the other libraries. You can construct "Menu" and "Content" UI, and they work together. That's all features this library provides. You can fit layout and design of Pagingin UI to your apps as you like.

License: MIT

  • Swift

StringStylizer

StringStylizer makes NSAttributedString more intuitive with Method chain and Operator. Building NSAttributedString is so difficult that it requires us to remember attribute names and types. If you do that with StringStylizer, There is no need to remember them.

License: MIT

  • Swift

SwiftyXMLParser

This is a XML parser inspired by SwiftyJSON and SWXMLHash.

NSXMLParser in Foundation framework is a kind of "SAX" parser. It has a enough performance but is a little inconvenient. So we have implemented "DOM" parser wrapping it.

License: MIT

  • Swift