Nesting NIBs in other NIBs has never been this easy.
- Create a xib file and customize it as you want.
- Optionally, create a subclass of UIView (the class name must be the same as the xib file).
-
In your parent nib, add a UIView and setup at as a
UINibWrapper
class. -
In the "User Defined Runtime Attributes" add an entry for the key nibName of type string and add the name of your custom view.
Run your project and you are done!
This open source project is maintained by Joan Martin.
Copyright 2015 Mobile Jazz
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.