Skip to content

Commit

Permalink
Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode: (#1054)
Browse files Browse the repository at this point in the history
* Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode:

* Add changelog
  • Loading branch information
maicki committed Aug 5, 2018
1 parent b136e84 commit 847884a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
- Remove CA transaction signpost injection because it causes more transactions and is too chatty. [Adlai Holler](https://github.com/Adlai-Holler)
- Optimize display node accessibility by not creating attributed & non-attributed copies of hint, label, and value. [Adlai Holler](https://github.com/Adlai-Holler)
- Add an experimental feature that reuses CTFramesetter objects in ASTextNode2 to improve performance. [Adlai Holler](https://github.com/Adlai-Holler)

- Add NS_DESIGNATED_INITIALIZER to ASViewController initWithNode: [Michael Schneider](https://github.com/maicki) [#1054](https://github.com/TextureGroup/Texture/pull/1054)

## 2.7
- Fix pager node for interface coalescing. [Max Wang](https://github.com/wsdwsd0829) [#877](https://github.com/TextureGroup/Texture/pull/877)
Expand Down
2 changes: 1 addition & 1 deletion Source/ASViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ typedef ASTraitCollection * _Nonnull (^ASDisplayTraitsForTraitWindowSizeBlock)(C
*
* @see ASVisibilityDepth
*/
- (instancetype)initWithNode:(DisplayNodeType)node;
- (instancetype)initWithNode:(DisplayNodeType)node NS_DESIGNATED_INITIALIZER;

NS_ASSUME_NONNULL_END

Expand Down

0 comments on commit 847884a

Please sign in to comment.