Example #1
0
        public BadgesViewController(IntPtr handle) : base(handle)
        {
            this._untappdService = new UntappdService();

            this.Title            = NSBundle.MainBundle.LocalizedString("Badges", "Badges");
            this.TabBarItem.Image = UIImage.FromBundle("first");
        }
Example #2
0
 public BadgesTableSource(UntappdService service)
 {
     _service = service;
 }