Skip to content

mdabbagh88/NibWrapper

 
 

Repository files navigation

NibWrapper

NibWrapper

Nesting NIBs in other NIBs has never been this easy.

How To

1. Nested Nib

  1. Create a xib file and customize it as you want.
  2. Optionally, create a subclass of UIView (the class name must be the same as the xib file).

2. Parent Nib

  1. In your parent nib, add a UIView and setup at as a UINibWrapper class.

  2. In the "User Defined Runtime Attributes" add an entry for the key nibName of type string and add the name of your custom view.

3. Go!

Run your project and you are done!

Project Maintainer

This open source project is maintained by Joan Martin.

License

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.

About

Nesting NIBs in other NIBs has never been this easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 100.0%