コード例 #1
0
 @Callback
 @BindSelector("presentPopoverFromBarButtonItem:permittedArrowDirections:animated:")
 public static void presentFromBarButtonItem(
     UIPopoverController __self__,
     Selector __cmd__,
     UIBarButtonItem item,
     UIPopoverArrowDirection arrowDirections,
     boolean animated) {
   __self__.presentFromBarButtonItem(item, arrowDirections, animated);
 }