drunkendaddy

Results 6 comments of drunkendaddy

I figured out how you can disable pan GestureRecognizer of the menu `AppDelegate.Instance.RootViewController.LeftSidebarController.DisablePanGesture = false;` LeftSidebarController is an instance of SidebarController

though this library has a method: `public Collection push(Collection deviceTokens, String payload);` It's not actually sending to multiple devices at once. The method implementation loops through the deviceTokens and send...

any update on this? I just downloaded a production certificate and it has CN=Apple Development IOS Push Services: myBunldleId I doubled checked. It is the production certificate and it has...

Thanks singhal2. Here's how I did it ``` public partial class ViewController : UIViewController { public override void ViewDidLoad() { base.ViewDidLoad(); calendar.WeakDelegate = this; } [Export("calendar:appearance:titleDefaultColorForDate:")] public UIColor TitleDefaultColorForDate(FSCalendar calendar,...

As a workaround I did this inside the async method and it is working. It'dbe good if you could fix the issue though. private async Task ReLoadData() { var res...