Commit Graph

528 Commits

Author SHA1 Message Date
Robert Payne 0f58b26596 Rename maker to make 2015-02-11 21:24:53 +13:00
Robert Payne 91d1c56daf Removed unused APIs 2015-02-11 21:24:46 +13:00
Robert Payne 2807d8eeac Merge pull request #47 from Masonry/develop
Updated Podspec
2015-02-06 11:35:55 +13:00
Robert Payne f283ce88b1 Updated Podspec 2015-02-06 11:34:53 +13:00
Robert Payne 6e3c3a7a1b Merge pull request #46 from sebreh/master
Fix for typo in OS check enabling iOS specific layout attributes
2015-02-05 20:26:15 +13:00
Sebastian Rehnby 7cdb7bd8f8 Fixed type in OS check
Fixes a typo that caused iOS-specific layout attributes not to be
included installing a constraint.
2015-02-04 15:51:36 +01:00
Robert Payne 81be19bc36 Merge branch 'master' of github.com:Masonry/Snap into develop 2015-01-27 01:35:22 +13:00
Robert Payne 0713a9517d Define tagged constraints API 2015-01-27 01:35:10 +13:00
Robert Payne c3a662a7f4 Merge pull request #43 from Masonry/develop
Release 0.0.4
2015-01-27 01:34:18 +13:00
Robert Payne 0b687e37bd Reworked how constraints are stored against installed view 2015-01-27 01:27:14 +13:00
Robert Payne 9fe13a042b Merge branch 'master' into develop 2015-01-27 00:52:03 +13:00
Robert Payne 821174a978 Updated podspec 2015-01-27 00:51:36 +13:00
Robert Payne 5bf81ee15f Remove erroneous storage of constraints 2015-01-27 00:49:54 +13:00
Robert Payne c75495cf4c Allow size attributes to be installed on a view itself 2015-01-27 00:31:17 +13:00
Robert Payne 21a73287f3 Merge branch 'master' of github.com:Masonry/Snap 2015-01-14 14:17:04 +13:00
Robert Payne 26d3e78713 Updated podspec 2015-01-14 14:16:43 +13:00
Robert Payne 0b92c7ff54 Ensure constraints get cleaned up on uninstall() and put back on install() 2015-01-14 14:16:26 +13:00
Robert Payne cf977c5a1a Rescope a public install/uninstall 2015-01-14 14:07:28 +13:00
Robert Payne b3740ffb0d Fixed missing public access control on greaterThanEqualTo 2015-01-14 14:05:34 +13:00
Robert Payne cc8bced9fc Merge pull request #37 from ryanmaxwell/patch-1
Update README.md
2015-01-14 12:30:25 +13:00
Robert Payne bfb1a786ff Remove unused API 2015-01-12 08:20:21 +13:00
Ryan Maxwell 2f57887480 Update README.md 2015-01-09 13:55:09 +13:00
Robert Payne d9fdc78bfb Revert "Allow iOS 7.0 for Cocoapods"
This reverts commit 24de96971a.
2015-01-09 10:10:12 +13:00
Robert Payne 24de96971a Allow iOS 7.0 for Cocoapods 2015-01-09 10:00:10 +13:00
Robert Payne cbc70932cb Updated Podspec and pushed to trunk 2015-01-09 09:57:24 +13:00
Robert Payne 8c3eadb4fb Update Podspec 2015-01-09 09:54:58 +13:00
Robert Payne a26eaf950e Remove .DS_Store 2015-01-09 09:54:51 +13:00
Robert Payne a647c10290 Rename to Snap 2015-01-09 09:43:43 +13:00
Robert Payne 3388aa02f7 Updated Readme 2015-01-08 19:51:39 +13:00
Robert Payne 427f53b6ce Added Podspec 2015-01-08 19:40:02 +13:00
Robert Payne 9251b638af Added support for updateConstraints 2015-01-08 19:20:34 +13:00
Robert Payne 5a968ae864 Clean up & Reshuffle some API
Moved some apis, added some equality operators and cleaned up some code.
2015-01-08 19:04:29 +13:00
Robert Payne 3642d9f568 Updated .gitignore 2015-01-08 14:59:24 +13:00
Robert Payne a7055c1b68 Improve OS X support 2015-01-08 14:58:37 +13:00
Robert Payne 08e502040f Set deployment target to iOS 8.0 2015-01-08 14:58:27 +13:00
Robert Payne 553007f619 Added support for UIViewController layout guides 2015-01-08 14:58:12 +13:00
Robert Payne ef24bbeb94 Merge pull request #17 from cnoon/feature/uninstalling_constraints
Added a method for uninstalling constraints on a view.
2015-01-04 10:35:20 +13:00
Robert Payne 7125e3da4b Merge pull request #35 from danieleggert/master
Make the Snappy scheme shared.
2015-01-04 10:34:28 +13:00
Daniel Eggert aa869fa536 Make the Snappy scheme shared. 2015-01-03 18:32:10 +01:00
Noon, Christian d0dc521429 Moved removeConstraints method into the ConstraintMaker proxy. 2014-12-30 15:47:31 -08:00
Noon, Christian a634c61942 Now removing constraints from the view along with uninstalling them. 2014-12-30 15:08:10 -08:00
Robert Payne e723c0c8a7 Merge pull request #28 from devxoul/patch-1
Add platform check for additional constraints attributes.
2014-12-31 09:39:34 +13:00
Robert Payne f99c5ecdf0 Merge pull request #24 from schwers/fix_make_constraints
Fix snp_makeConstraints clobering existing constraints
2014-12-31 09:38:37 +13:00
Robert Payne 8991444481 Merge pull request #31 from ryanmaxwell/master
Code snippets
2014-12-31 09:37:25 +13:00
Ryan Maxwell 6a2611f0f6 Delete Snappy Constraint Update code snippet, 'cos snp_updateConstraints don't exist. 2014-12-10 20:48:07 +13:00
Ryan Maxwell 7cf9a9ff59 Code Snippets! 2014-12-05 14:41:52 +13:00
Ryan Maxwell 9db0127854 grammar. 2014-12-05 14:36:32 +13:00
Suyeol Jeon b02b0910db Add platform check for additional constraints attributes. 2014-11-09 22:39:14 +09:00
Ryan Schwers 0c7307d1d7 Fix snp_makeConstraints clobering existing constraints 2014-10-31 13:09:26 -07:00
Robert Payne 50b365e1e2 Fix issues when using edge insets in an equalTo
The right/bottom edge needed to be inverted to apply a propery "EdgeInsets" rather than "EdgeOffsets" behavior.
2014-10-29 11:45:56 +13:00