indexDisplayMode property
UIScrollViewIndexDisplayMode
get
indexDisplayMode
indexDisplayMode
Implementation
UIScrollViewIndexDisplayMode get indexDisplayMode {
final _ret = _objc_msgSend_1vmqitm(this.ref.pointer, _sel_indexDisplayMode);
return UIScrollViewIndexDisplayMode.fromValue(_ret);
}
set
indexDisplayMode
(UIScrollViewIndexDisplayMode value)
setIndexDisplayMode:
Implementation
set indexDisplayMode(UIScrollViewIndexDisplayMode value) {
_objc_msgSend_r5kwx4(this.ref.pointer, _sel_setIndexDisplayMode_, value.value);
}