I've been learning for 5 months now, and making my own app, and the hardest thing for me are custom UIViews, and just slick and nice custom iOS user interfaces with all the cool animations and stuff.
I'm more like "functionality guy", but I really want to provide my users a great experience, so can you refer me to some resources about this magic for me.
Here are some cool examples that for me are super hard to do in code:
-sliding a cell with a finger and revealing a underneath menu. Okay I know about the center property but how do I position stuff underneath the cell?
-Changing the frame property dynamically. I just can't position some buttons next to each other and that's it.
-making any kind of custom UI control. That's something like a dream for me. If I need something my only choice is going through GitHub for ready controls.
Little stuff like this, and because of this I prefer Interface Builder for anything related to UIViews.
So can you refer me to any resources, books, manuals and documentation?
I've already read the UIView official docs and gone through some examples. I've read a book about Core Graphics and UIView animation (not Core Animation), and gone through all examples, but it's still hard for me, so any other good books or anything like that?