morteg

Results 3 comments of morteg

@spsammy I use pod "MIBadgeButton_Swift" to display badge button on menu item. Here is my implementation : ``` struct MenuItemCheckout: MenuItemViewCustomizable { var displayMode: MenuItemDisplayMode { let buttonView = MenuBadgeView(frame:...

@Rajveer86 @Rajveer86 God damn, I have got the same issue! Is there any workaround? Did you solve it? I've implemented GIDSignInUIDelegate in my not-view-controller class (which is only NSObject). I...

@Rajveer86 @rhys-edwards I've solved my problem. In my case the access modifiers broke my implementations, and since all method in GIDSignInUIDelegate are optionals Swift compiler wasn't complained about all its...