-
Methods in org.robovm.apple.uikit with parameters of type UINib
| Modifier and Type |
Method |
Description |
protected static long |
UICollectionViewCellRegistration.create(UINib cellNib,
VoidBlock3<UICollectionViewCell,NSIndexPath,NSObject> configurationHandler) |
|
protected static long |
UICollectionViewSupplementaryRegistration.create(UINib supplementaryNib,
String elementKind,
VoidBlock3<UICollectionReusableView,NSString,NSIndexPath> configurationHandler) |
|
void |
UICollectionViewLayout.registerDecorationViewNib(UINib nib,
String elementKind) |
|
void |
UICollectionView.registerReusableCellNib(UINib nib,
String identifier) |
|
void |
UITableView.registerReusableCellNib(UINib nib,
String identifier) |
|
void |
UITableView.registerReusableHeaderFooterViewNib(UINib nib,
String identifier) |
|
void |
UICollectionView.registerReusableSupplementaryViewNib(UINib nib,
UICollectionElementKind kind,
String identifier) |
|