Jonas Budelmann
924b70a94b
fix memory usage of updateConstraints
2015-03-18 11:00:47 +13:00
Jonas Budelmann
008e545b37
Merge pull request #168 from montehurd/leadingTrailingInsets
...
Added support and tests for leading and trailing insets.
2015-03-05 17:59:10 +13:00
Monte Hurd
4ce6a4b367
Added support and tests for leading and trailing insets.
2015-03-04 15:17:44 -08:00
Jonas Budelmann
77c5722d74
Merge pull request #163 from CraigSiemens/margins
...
Added the iOS 8 margin attributes
2015-02-25 21:11:16 +13:00
Craig Siemens
380b75d85d
Added an example view using the margin layout attributes
2015-02-23 10:58:14 -07:00
Craig Siemens
1a7f0d235f
Added the iOS 8 margin attributes
2015-02-23 10:34:41 -07:00
Jonas Budelmann
0831f4d690
Merge pull request #157 from ahacop/fix-readme-typo
...
Fix README typo
2015-02-05 15:10:00 +13:00
Ara
1ff3602d1c
Fix README typo
2015-02-03 23:02:15 -05:00
Jonas Budelmann
93995c5a6a
Bump version
v0.6.1
2015-02-03 14:15:40 +13:00
Jonas Budelmann
a4d75ffa6f
use flat coveralls image
2015-01-23 16:07:22 +13:00
Jonas Budelmann
1232b3e6e8
fix remove Xcode warning for anyAttribute
2015-01-23 10:32:49 +13:00
Jonas Budelmann
114969c6ca
Merge pull request #148 from kouky/aspect-fit-example
...
Aspect fit example
2015-01-20 11:13:29 +13:00
Michael Koukoullis
7184378395
Configure views and layout for aspect fit example
2015-01-19 19:49:58 +11:00
Michael Koukoullis
26f9563e35
Add aspect fit example to example list controller
2015-01-19 19:15:25 +11:00
Michael Koukoullis
4259cdbb8f
MASExampleAspectFitView class
2015-01-19 19:04:32 +11:00
Jonas Budelmann
1fb9de2145
Update .travis.yml
v0.6.0
2015-01-09 09:14:49 +13:00
Jonas Budelmann
cd48496490
Use supportsActiveProperty
2015-01-09 09:10:46 +13:00
Jonas Budelmann
2c55faf089
Merge pull request #107 from kovpas/master
...
Implemented support for new NSLayoutConstraint's active property
2015-01-09 09:08:27 +13:00
Pavel Mazurin
a870b52243
Remove unused import
2015-01-08 21:04:39 +01:00
Pavel Mazurin
88c92f47fe
Bump version
2015-01-08 21:02:51 +01:00
Pavel Mazurin
cf35f1fe41
Remove ifdefs. Update codestyle.
2015-01-08 21:00:59 +01:00
Pavel Mazurin
c743b558cc
Activate/deactivate methods fallback to install/uninstall if NSLayoutConstraint activate property is not supported by iOS
2015-01-07 11:07:58 +01:00
Pavel Mazurin
499ef3536b
Fix for debug description in case if constant equals to 0
2014-10-13 16:44:12 +02:00
Pavel Mazurin
c4a7a6b624
Moved Availability.h import to a proper place
2014-09-22 23:17:27 +02:00
Pavel Mazurin
88abf7dab1
Updated changelog and podspec
2014-09-22 23:16:07 +02:00
Pavel Mazurin
735377e049
Made test project compatible with iPhone 6(+)
2014-09-22 23:12:37 +02:00
Pavel Mazurin
5bf69e35fb
Moved activate/deactivate functionality to install/uninstall
2014-09-22 23:01:34 +02:00
Pavel Mazurin
c3b4502cde
Fix build for previous sdk versions
2014-09-22 15:26:28 +02:00
Pavel Mazurin
9a81a2d437
Merged activation and deactivation tests
2014-09-22 15:10:44 +02:00
Pavel Mazurin
7722163710
Added tests for composite constraint activation
2014-09-22 15:10:09 +02:00
Pavel Mazurin
838cea8016
Added tests for composite constraint deactivation
2014-09-22 15:09:16 +02:00
Pavel Mazurin
4c50f4e21d
Updated podspec and changelog.
2014-09-22 14:53:50 +02:00
Pavel Mazurin
9fa5d75a64
Add activate/deactivate methods
2014-09-22 13:53:20 +02:00
Jonas Budelmann
230e2226ce
fix attribute chaining example
2014-09-11 09:35:20 +12:00
Jonas Budelmann
d689833bb9
Merge pull request #100 from kovpas/master
...
iOS example app code cleanup.
2014-09-11 07:11:46 +12:00
Pavel Mazurin
08bc473268
iOS example app code cleanup.
2014-09-09 17:29:41 +02:00
Jonas Budelmann
b8a73da76c
Merge pull request #99 from raven/master
...
No newline at end of file
2014-09-09 17:11:27 +12:00
Jonas Budelmann
4c8bee7ad5
Merge pull request #98 from demon1105/master
...
it must be a typo here.
2014-09-09 17:10:48 +12:00
Peter Goldsmith
01e688a1b3
No newline at end of file
2014-09-09 13:32:27 +10:00
Nicholas Tau
6b48477212
it must be a typo here.
2014-09-04 12:13:52 +08:00
Jonas Budelmann
e4a33d5a8a
Merge pull request #96 from ryanmaxwell/master
...
Added 3 super-useful code snippets
2014-09-02 09:50:08 +12:00
Ryan Maxwell
20c1a78c39
Added 3 super-useful code snippets
2014-09-01 17:34:06 +12:00
Jonas Budelmann
70372eadd7
Update README.md
2014-08-06 16:21:04 +12:00
Jonas Budelmann
58b96536bb
fix travis build
2014-08-06 16:14:52 +12:00
Jonas Budelmann
2603e9ed5e
Merge pull request #93 from ryanmaxwell/master
...
Update example to show more features
2014-08-06 15:07:19 +12:00
Ryan Maxwell
43492c88c1
Update example to show more features
...
I had been using masonry for a couple of months before I realised that I could just do top.left etc. An example in the readme would have exposed me to this awesomeness earlier!
2014-08-06 13:43:41 +12:00
Nick Tymchenko
e73246eb23
Merge pull request #91 from 0oneo/fixTypo
...
fix typo
2014-07-26 13:08:12 +04:00
0oneo
07549df68b
fix typo
2014-07-26 09:06:59 +08:00
Jonas Budelmann
e0c618632f
v0.5.3
v0.5.3
2014-07-25 07:47:19 +12:00
Jonas Budelmann
e91194f914
Update MASExampleScrollView.m
2014-07-23 19:50:27 +12:00