singhal2
Results
2
issues of
singhal2
I observed a strange behaviour when a middle tab is removed on runtime. In that case, it seems like the header view does not adjust automatically. I created a tab...
Please update the binding for Xamarin iOS nuget. ``` - (NSInteger)numberOfRowsInMonth:(NSDate *)month { if (!month) return 0; if (self.showsPlaceholders) return 6; NSDate *firstDayOfMonth = [self beginingOfMonthOfDate:month]; NSInteger weekdayOfFirstDay = [self...