Uses of Class
org.robovm.apple.uikit.UITableViewScrollPosition
| Package | Description |
|---|---|
| org.robovm.apple.uikit |
-
Uses of UITableViewScrollPosition in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return UITableViewScrollPosition Modifier and Type Method Description static UITableViewScrollPositionUITableViewScrollPosition. valueOf(long n)Returns the enum constant of this type with the specified name.static UITableViewScrollPositionUITableViewScrollPosition. valueOf(String name)Returns the enum constant of this type with the specified name.static UITableViewScrollPosition[]UITableViewScrollPosition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.uikit with parameters of type UITableViewScrollPosition Modifier and Type Method Description voidUITableView. scrollToNearestSelectedRow(UITableViewScrollPosition scrollPosition, boolean animated)voidUITableView. scrollToRow(NSIndexPath indexPath, UITableViewScrollPosition scrollPosition, boolean animated)voidUITableView. selectRow(NSIndexPath indexPath, boolean animated, UITableViewScrollPosition scrollPosition)