コード例 #1
0
 public Switch(Foundation.NSCoder coder) : base(coder)
 {
     //TrackLayer = new CAShapeLayer();
     //Button = new FabButton();
     prepareTrack();
     prepareButton();
     prepareSwitchSize(SwitchSize.Default);
     prepareSwitchStyle(SwitchStyle.LightContent);
     prepareSwitchState(SwitchState.Off);
 }
コード例 #2
0
 public Card(Foundation.NSCoder coder) : base(coder)
 {
 }
コード例 #3
0
ファイル: Button.cs プロジェクト: delort/Material-Xamarin-iOS
 public Button(Foundation.NSCoder coder) : base(coder)
 {
     Prepare();
 }
コード例 #4
0
 public ListStringTextfield(Foundation.NSCoder coder) : base(coder)
 {
     InitView();
 }
コード例 #5
0
 public override void DecodeRestorableState(Foundation.NSCoder coder)
 {
     this.PrintLaunchState("DecodeRestorableState");
     base.DecodeRestorableState(coder);
 }
コード例 #6
0
 public CollectionReusableView(Foundation.NSCoder coder) : base(coder)
 {
     ContentsGravityPreset = Gravity.ResizeAspectFill;
     Prepare();
 }
コード例 #7
0
 public TableViewCell(Foundation.NSCoder coder) : base(coder)
 {
     Prepare();
 }
コード例 #8
0
ファイル: NSArray_1.cs プロジェクト: tondat/xamarin-macios
 public NSArray(NSCoder coder) : base(coder)
 {
 }
コード例 #9
0
 public override void DecodeRestorableState(Foundation.NSCoder coder)
 {
     this.PrintLaunchState("DecodeRestorableState");
     base.DecodeRestorableState(coder);
     View.BackgroundColor = (UIColor)coder.DecodeObject(BackgroundColorKey);
 }
コード例 #10
0
 public ViewPlaceholder(Foundation.NSCoder coder) : base(coder)
 {
     Initialize();
 }
コード例 #11
0
 // State restore
 public override void EncodeRestorableState(Foundation.NSCoder coder)
 {
     this.PrintLaunchState("EncodeRestorableState");
     base.EncodeRestorableState(coder);
     coder.Encode(View.BackgroundColor, BackgroundColorKey);
 }
コード例 #12
0
 public TextField(Foundation.NSCoder coder) : base(coder)
 {
     Prepare();
 }
コード例 #13
0
 public MaterialLabel(Foundation.NSCoder coder) : base(coder)
 {
     Wrapped       = true;
     ContentsScale = Device.Scale;
     prepareView();
 }
コード例 #14
0
 public MaterialTextLayer(Foundation.NSCoder coder) : base(coder)
 {
     prepareLayer();
 }
コード例 #15
0
 public PulseView(Foundation.NSCoder coder) : base(coder)
 {
 }
コード例 #16
0
 public static void RestoreWindow(string identifier, Foundation.NSCoder state, NSWindowCompletionHandler onCompletion)
 {
 }
コード例 #17
0
 public NSMutableDictionary(NSCoder coder)
     : base(coder)
 {
 }