hyice

5pods

BUKCollectionFlowView

a custom collection flow view, usually used for show tags

License: MIT

  • Objective C

BUKDynamicPopView

UIView's Category, simply making any view into a pop view. You also can custom the animation behavior(style and path) very easily.

License: MIT

  • Objective C

BUKPhotoBrowser

BUKPhotoBrowser is used to view large photos. You can pinch to scale the photo size, tap to dismiss browser, pan to switch photo and so on. You can alse custom toolbar for special usage.

License: MIT

  • Objective C

BUKPickerView

BUKPickerView is used for multi level data selection. Using UITableView to display each level's data, and UITableViewCell for each item. You can set the delegate to your own class, and implement the delegate methods for any situation.

But I think delegate is quite flexible for simple data selection, I also provide a BUKPickViewModel class. BUKPickerViewModel's instance can directly be used as BUKPickerView's delegate, and providing ways for customize.

I wish the BUKPickerViewModel can satisfy most of your needs, or you need to write your own delegate or just open some issues in the github.

License: MIT

  • Objective C

MessagesUIKit

UIKit for Messaging. UI is similar to WeChat. You can custome most of the view.

License: MIT

  • Objective C