WIP: Improve the Objective-C and Swift bridge #289

Closed
hartbit wants to merge 8 commits from improve-objc-swift into master

8 Commits

Author SHA1 Message Date
David Hart
2399257ae0 Merge branch 'master' of https://github.com/facebook/yoga into improve-objc-swift
# Conflicts:
#	YogaKit/UIView+Yoga.h
#	YogaKit/UIView+Yoga.m
2016-12-23 10:17:53 +01:00
David Hart
7158fc24a3 removed userdata file 2016-12-19 19:53:08 +01:00
David Hart
5f5e5df328 Moved properties to a YKLayout object 2016-12-19 01:13:16 +01:00
David Hart
f24baffffa removed Xcode userdata and added to gitignore 2016-12-18 22:34:54 +01:00
David Hart
ec31ea0bc9 rename properties and methods in Swift to remove the yk_ prefix 2016-12-18 22:06:07 +01:00
David Hart
4be38891d8 transformed style values into properties and removed enums that were implementation details 2016-12-18 21:53:53 +01:00
David Hart
45b7ec95dc first step in replacing the prefix in objc from YG to YK to allow redefining enums without the Count item 2016-12-18 21:05:43 +01:00
David Hart
e170dde419 setup framework target in Xcode to support Carthage 2016-12-18 17:21:27 +01:00