Skip to content
This repository was archived by the owner on Jul 6, 2024. It is now read-only.

Commit eca8a1d

Browse files
Version bump and README update
1 parent ca9c5bd commit eca8a1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ By default, the `layer` property of an `NSView` has a number of restrictions. Th
6464

6565
This layer will just match the frame of the hosting view. This is is a great way to integrate a layer into the Auto Layout system. It's also nice for applying transforms.
6666

67+
**XiblessViewController**
68+
69+
This is a very simple NSViewController subclass that eliminates some boilerplate for view controllers that always create their views programatically. This class is based on work on a blog post about [view controllers without XIBs](https://padraig.org/appkit/2020/10/25/layout-in-code.html), and includes a lot of great discussion about the pros and cons of such an approach.
70+
6771
### Suggestions or Feedback
6872

6973
We'd love to hear from you! Get in touch via [twitter](https://twitter.com/chimehq), an issue, or a pull request.

ViewPlus/ViewPlus.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
PRODUCT_NAME = ViewPlus
1212
PRODUCT_BUNDLE_IDENTIFIER = com.chimehq.ViewPlus
1313
PRODUCT_MODULE_NAME = ViewPlus
14-
CURRENT_PROJECT_VERSION = 1
15-
MARKETING_VERSION = 1.0.0
14+
CURRENT_PROJECT_VERSION = 2
15+
MARKETING_VERSION = 1.1.0
1616

1717
INFOPLIST_FILE = ViewPlus/Info.plist
1818
MACH_O_TYPE = staticlib

0 commit comments

Comments
 (0)