Martin Andersson

Results 4 issues of Martin Andersson

Hi, everything works like a charm. Except that I cant change my placeholder text as I usually do. ``` override var placeholder: String? { willSet(value) { super.attributedPlaceholder = NSAttributedString(string: value!,...

Let's say I would like to be able to switch between a gridlayout like this and a listlayout? (1 item per row) What would be the preferred way to do...

I'm have problem implementing it to my project with storyboard. Any tips? Otherwise great example!

Hi, great tutorial and example project. I have drawn an outlet to the Height Constraint on the collectionView. The height is fixed with low priority. When I filled my collectionView...