brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

No known class method for selector... #2

Closed liorazi closed 9 years ago

liorazi commented 9 years ago

Line 183 - CGSize size = [text sizeWithAttributes: @{NSFontAttributeName:[UIFont numercoFontRegularWithSize:15]}];

joamafer commented 9 years ago

Hi Liorazi. This selector comes from a category we use in that project to set a custom font. You can easily change the font to the one you desire.

PeterBode commented 9 years ago

Hi, Thank you for the tutorial. I have some difficulties implementing your class. Do you by any change have a simpel test project where you use the class that I can study?

Thanks in advance

Happy new year Peter