Пример #1
0
        public static LokasyonlarBiryersec Create(LokasyonlarBaseVC GelenBase2)
        {
            var arr = NSBundle.MainBundle.LoadNib("LokasyonlarBiryersec", null, null);
            var v   = Runtime.GetNSObject <LokasyonlarBiryersec>(arr.ValueAt(0));

            v.BackgroundColor = UIColor.Clear;
            v.GelenBase1      = GelenBase2;
            return(v);
        }
Пример #2
0
        public static LokasyonlarPopuler Create(LokasyonlarBaseVC GelenBase2)
        {
            var arr = NSBundle.MainBundle.LoadNib("LokasyonlarPopuler", null, null);
            var v   = Runtime.GetNSObject <LokasyonlarPopuler>(arr.ValueAt(0));

            v.BackgroundColor       = UIColor.Clear;
            v.GelenBase1            = GelenBase2;
            v.Tablo.BackgroundColor = UIColor.Clear;
            v.Tablo.SeparatorStyle  = UITableViewCellSeparatorStyle.None;
            v.Tablo.TableFooterView = new UIView();
            return(v);
        }
Пример #3
0
        public static LokasyonlarBanaYakin Create(LokasyonlarBaseVC GelenBase2)
        {
            var arr = NSBundle.MainBundle.LoadNib("LokasyonlarBanaYakin", null, null);
            var v   = Runtime.GetNSObject <LokasyonlarBanaYakin>(arr.ValueAt(0));

            v.BackgroundColor       = UIColor.Clear;
            v.GelenBase1            = GelenBase2;
            v.Tablo.BackgroundColor = UIColor.Clear;
            v.Tablo.SeparatorStyle  = UITableViewCellSeparatorStyle.None;
            v.Tablo.TableFooterView = new UIView();
            v.locationManager       = new CLLocationManager();
            v.locationManager.RequestWhenInUseAuthorization();
            return(v);
        }