-
Notifications
You must be signed in to change notification settings - Fork 54
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
Adding nib breaks PullableView #6
Comments
Bump |
Could you please provide more information? What do you mean by "does not function"? What is included in this Nib that is being loaded? |
At the moment, the nib is a blank UIView which will later contain components like a UITableView. "Does not function" means that after adding the UIView ( |
Oh, it should also be noted that Automatic Reference Counting is turned on and iOS Deployment Target is set to 7.0. Everything works as intended until I add the mainView to the subView. |
The following code adds a nib view to PullableView however it does not function after.
For example:
Commenting out the last line will make it work again:
[pullUpView addSubview:mainView];
The text was updated successfully, but these errors were encountered: