Hi Logan,
I decided to try out a Cocoa control in my app (https://github.com/romaonthego/REMenu) and when I try to push the ChatController it sometimes appears and sometimes not. I have tried with the storyboard config and programatically, but neither work. In the attempts It displayed, the ChatController's subviews where out of place. I think this might me the issue, since this controller creates a subview (I think) in the navbar area. Is there a way to change the frame of the subviews? If so what is the best way to do this? Also should I remove the ChatController's navbar subview?
Thanks in advance and congrats in the marvellous controller. It is simple, elegant and much better than other controllers out there.
Beno
Ps. an idea I had was to implement a slide to show time. I have found a way with table view but this uses a collection view (similar but not the same). I'm trying to implement this too and if I achieve it I'll let you know.
Hi Logan,
I decided to try out a Cocoa control in my app (https://github.com/romaonthego/REMenu) and when I try to push the ChatController it sometimes appears and sometimes not. I have tried with the storyboard config and programatically, but neither work. In the attempts It displayed, the ChatController's subviews where out of place. I think this might me the issue, since this controller creates a subview (I think) in the navbar area. Is there a way to change the frame of the subviews? If so what is the best way to do this? Also should I remove the ChatController's navbar subview?
Thanks in advance and congrats in the marvellous controller. It is simple, elegant and much better than other controllers out there.
Beno
Ps. an idea I had was to implement a slide to show time. I have found a way with table view but this uses a collection view (similar but not the same). I'm trying to implement this too and if I achieve it I'll let you know.