-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tableview cell #142
Comments
is anybody out there? ;) |
The |
is very strange... the parent class with the UITableView is also a auto layout. |
wat? sorry, i don't follow that sentence... If you can include the source files (the table view delegate and table cell classes should be enough) i'd be happy to take a look, see if anything jumps out at me. |
sorry about my english, my spanish is better :) more readeable now: https://gist.github.com/yestoall/7828487 |
K let's see here, one thing that I notice is you are including class SearchCell < UITableViewCell
- include Teacup::Layout
stylesheet :search |
Can you include a project that reproduces this error? I don't have time to create a project that has this same error. I'm using Teacup to create/style UITableViewCells and have never seen this error, though I suspect it's related to using the |
i'm having this runtime error:
layout.rb:273:in
top_level_view': No default view has been defined for SearchCell. Implement
top_level_view`. (RuntimeError)in my custom UITableViewCell class i have this
i don't know which parameter i need to send to my auto layout
The text was updated successfully, but these errors were encountered: