Commit Graph

284 Commits

Author SHA1 Message Date
Robert Payne fbd807fd09 Alter how insets work when used as implied constant
Using make.left.bottom.equalTo(UIEdgeInsets) will now invert the right and bottom edge.
2016-08-16 23:24:48 +12:00
Robert Payne 7e8c173224 Allow implied superview for equalTo(constant) 2016-08-16 23:24:14 +12:00
Robert Payne c1a3bda5a6 Merge branch 'feature/0.40.0' of github.com:SnapKit/SnapKit into feature/0.40.0 2016-08-16 22:53:49 +12:00
Robert Payne 79137bce68 Xcode 8 - Beta 6 2016-08-16 22:53:27 +12:00
Robert Payne a772f08051 Remove unused code 2016-08-16 22:53:17 +12:00
Robert Payne bd6643ff54 Enable coverage results in tests 2016-08-16 22:53:01 +12:00
Robert Payne a39f9b8fd6 Merge pull request #269 from uny/feature/0.40.0
Carthage Support.
2016-08-09 11:09:21 +12:00
Robert Payne 7631964aee Don’t build for running 2016-08-08 11:08:26 +12:00
Robert Payne e039522882 Fix OSX deprecation 2016-08-08 11:08:22 +12:00
Yuki Nagai 49d2614836 Carthage Support. 2016-08-07 10:05:20 +09:00
Robert Payne 6aca61ac93 Add `center` to constraint maker 2016-08-06 23:25:03 +12:00
Robert Payne 1b712cde8c Remove unecessary print statement 2016-08-06 23:24:55 +12:00
Robert Payne 218efd7d3b Add more tests 2016-08-06 23:24:43 +12:00
Robert Payne a1820376f6 Update Podspec 2016-08-06 22:53:14 +12:00
Robert Payne 6e8bdde05e Updated Readme 2016-08-06 22:53:07 +12:00
Robert Payne e02697b2a3 Changelog tweaks 2016-08-06 22:51:41 +12:00
Robert Payne bb567ee859 Updated Changelog 2016-08-06 22:50:51 +12:00
Robert Payne 9d0232ca08 API updates, migrate away from iOS 7.0 support 2016-08-06 22:38:02 +12:00
Robert Payne 17a01931db Deprecate priority helpers 2016-08-04 10:57:30 +12:00
Robert Payne f5511c3bac Add in existing update functions and deprecate them 2016-08-04 10:57:23 +12:00
Robert Payne e713b9da5b Add API’s for updating offset/inset/priorty 2016-08-04 10:46:25 +12:00
Robert Payne 200b341492 Add content hugging / compression resistance shortcuts 2016-08-04 10:27:26 +12:00
Robert Payne 8b85ac86d3 Fix missing availability macro 2016-08-04 10:27:15 +12:00
Robert Payne 5b5720d435 Tweak build settings 2016-08-04 10:27:05 +12:00
Robert Payne 8fc933a5c2 Fix up legacy deployment and availability of APIs 2016-08-03 14:39:47 +12:00
Robert Payne 4715badfa0 Beta 4 Updates 2016-08-02 19:56:16 +12:00
Robert Payne 9f8ad44677 Add missing remove constraints function content 2016-07-11 21:56:23 -06:00
Robert Payne 4f47f13902 Updated podspec 2016-07-06 09:09:31 -07:00
Robert Payne adab4b821a Deprecate .baseline and migrate to .lastBaseline 2016-07-06 09:08:14 -07:00
Robert Payne 47d84e1e62 Merge pull request #251 from pawlowskialex/feature/0.40.0
Migration to the latest Swift 3.0 syntax and macOS Cocoa API
2016-07-07 04:04:49 +12:00
Alex Pawlowski b916d75956 Added sensible @discardableResult attributes for ConstraintMaker public functions 2016-06-28 15:55:23 +03:00
Alex Pawlowski d00444d7d1 Migrated to latest Swift 3.0 syntax and latest macOS Cocoa API 2016-06-28 15:31:43 +03:00
Robert Payne 8355410d92 Swift 3.0 Migration 2016-06-15 13:49:49 +12:00
Robert Payne f785886d3a Fix deprecated APIs 2016-05-19 17:02:15 +12:00
Robert Payne 1071951dc9 Updated changelog 2016-05-19 17:02:10 +12:00
Robert Payne a837c94c8b Updated Changelog 2016-05-19 16:58:01 +12:00
Robert Payne c2eeb3b8d8 Updated Podspec 2016-05-19 16:56:41 +12:00
Robert Payne d2f259ec5f Bump deprecation notices versioning 2016-05-19 16:54:19 +12:00
Robert Payne ce3bb65b73 Updated readme 2016-01-27 00:00:26 +13:00
Robert Payne c5ddeffb0c Updated Changelog 2016-01-26 23:55:36 +13:00
Robert Payne 7ba532d597 Major overhaul 2016-01-26 23:49:04 +13:00
Robert Payne 82ac8f8f2f Bump versioning for 0.19.0 release 2016-01-21 11:19:01 +13:00
Robert Payne cbd76888c8 Merge pull request #179 from eralpkaraduman/develop
Added tvOS target for Carthage support
2016-01-21 11:07:56 +13:00
Robert Payne 49325a5708 Merge pull request #183 from raylillywhite/patch-2
Fix handling of UIEdgeInsets for width and height
2016-01-21 11:07:18 +13:00
Robert Payne c4dbfd9d78 Update license file on Package.swift 2016-01-21 11:06:31 +13:00
Robert Payne 56e9dee402 Merge branch 'master' of github.com:SnapKit/SnapKit into develop 2016-01-21 11:06:02 +13:00
Robert Payne 75e5393594 Merge pull request #175 from gitpark/patch-1
Create Package.swift
2016-01-21 11:05:15 +13:00
Robert Payne 105dc829df Merge pull request #181 from realestate-com-au/develop
Changed code-signing to iOS-distribution for Release target
2016-01-21 10:53:16 +13:00
Ray Lillywhite 483d525c72 Fix handling of UIEdgeInsets for width and height 2016-01-07 13:52:28 -08:00
Stephen Yao 4446f7d1dc Changed code-signing to iOS-distribution for Release target 2016-01-06 14:21:26 +11:00