cjuiautocomplete ajax,GitHub - cjcoax/Autocomplete: jQuery like auto complete for iOS UITextField

iOS Textfield Autocomplete

This is a iOS auto complete for iOS UITextField written all in Swift.

be6628a2c00b6b1514b15151776c7859.gif

Installation

You can install it using CocoaPods

pod 'CCAutocomplete'

Usage

AutocompleteDelegate

The ViewController containing the UITextField should conform to AutocompleteDelegate protocol.

The protocol contains following methods:

Required methods

func autoCompleteTextField() -> UITextField: Returns UITextField we want to apply autocomplete for

func autoCompleteThreshold(textField: UITextField) -> Int: Returns minimum number of characters to start showing autocomplete

func autoCompleteItemsForSearchTerm(term: String) -> [AutocompletableOption]: Returns array of objects that conform to AutocompletableOption to be shown in the list of autocomplete

func autoCompleteHeight() -> CGFloat: Maximum height which shows autocomplete items

func didSelectItem(item: AutocompletableOption) -> Void: Is getting called when we tapped on the autocomplete item

Optional methods:

func nibForAutoCompleteCell() -> UINib: Create a nib file containing custom UITableViewCell and return it from this method to customize autocomplete cell

func heightForCells() -> CGFloat: height of custom autocomplete cells

func getCellDataAssigner() -> ((UITableViewCell, AutocompletableOption) -> Void): returns a method that instruct Autocomplete how to assign an object that conforms to AutocompletableOption to a subclass of a UITableViewCell

func animationForInsertion() -> UITableView.RowAnimation: returns animation that is used when inserting new items into Autocomplete

func animationForDeletion() -> UITableView.RowAnimation: returns animation that is used when removing existing items from Autocomplete

AutocompletableOption

A protocol that uses for datasource of Autocomplete UITableViewCells.

If you want to customize autocomplete cell to have more data items, you need to create an object that conforms to this.

TODOs

There is a plan to add support multiple sections for Autocomplete.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值