Menu
  • HOME
  • TAGS

MBCalendarKit Faulty Frame

ios,objective-c,uiview,frame,mbcalendarkit

I'm the author of MBCalendarKit. Although the newer versions of MBCalendarKit are better at supporting the larger screened iPhone 6 and iPhone 6 Plus, there's no official iPad support. Try the new 3.0.4 release, for example. Build it to the iPad simulator. It seems to work well, but if you...

What does “[self data][date]” mean?

ios,objective-c,syntax,casting,mbcalendarkit

If data is an NSDictionary then it means exactly the same thing as [data objectForKey:date]. That syntax was introduced a couple of years ago — ideally read the whole thing but if in a hurry then jump to 'Object Subscripting'.