- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {SimpleDateFormat s =
String pattern;new SimpleDateFormat(pattern)
String template;Locale locale;new SimpleDateFormat(template, locale)
new SimpleDateFormat()
- Smart code suggestions by Codota
}
public UITextView(NSCoder aDecoder) { super((SkipInit) null); initObject(init(aDecoder)); } /*</constructors>*/
/** * @since Available in iOS 7.0 and later. */ public UITextView(@ByVal CGRect frame, NSTextContainer textContainer) { super((SkipInit) null); initObject(init(frame, textContainer)); } public UITextView(NSCoder aDecoder) { super((SkipInit) null); initObject(init(aDecoder)); }
@Method(selector = "initWithCoder:") public UITextView(NSCoder aDecoder) { super((SkipInit) null); initObject(init(aDecoder)); } /*</constructors>*/
@Method(selector = "initWithCoder:") public UITextView(NSCoder aDecoder) { super((SkipInit) null); initObject(init(aDecoder)); } /*</constructors>*/
/** * @since Available in iOS 7.0 and later. */ @Method(selector = "initWithFrame:textContainer:") public UITextView(@ByVal CGRect frame, NSTextContainer textContainer) { super((SkipInit) null); initObject(init(frame, textContainer)); } @Method(selector = "initWithCoder:")
/** * @since Available in iOS 7.0 and later. */ @Method(selector = "initWithFrame:textContainer:") public UITextView(@ByVal CGRect frame, NSTextContainer textContainer) { super((SkipInit) null); initObject(init(frame, textContainer)); } @Method(selector = "initWithCoder:")