Пример #1
0
 @Callback
 @BindSelector("presentPopoverFromRect:inView:permittedArrowDirections:animated:")
 public static void presentFromRectInView(
     UIPopoverController __self__,
     Selector __cmd__,
     @ByVal CGRect rect,
     UIView view,
     UIPopoverArrowDirection arrowDirections,
     boolean animated) {
   __self__.presentFromRectInView(rect, view, arrowDirections, animated);
 }