Alexandre Wilhelm
b30103c790
New: added methods viewWillLayout and viewDidLayout
...
Previously, when a view was about to layout, only layoutSubviews was called. Now the methods viewWillLayout and viewDidLayout are called as well. This is like in Cocoa.
This PR fixed the issue with the appearance and the view based tableView. We now handle everything related with appearance when making the layout of a view.
This PR removed a small optimization in CPView. Now when making setNeedsLayout and setNeedsDisplay, the methods drawRect: and layoutSubviews are always called even if there are not override. (As in cocoa)
2015-08-28 11:11:28 -07:00
..
2013-02-18 11:03:51 -05:00
2015-07-07 14:12:19 -07:00
2013-01-20 19:10:41 +00:00
2011-04-23 15:50:32 +02:00
2013-01-20 19:10:41 +00:00
2013-01-24 09:01:54 +08:00
2013-06-13 12:46:08 +01:00
2011-04-23 14:10:23 +02:00
2011-04-25 14:12:52 +02:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2014-12-02 16:37:57 -08:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-07-07 15:04:29 -07:00
2015-08-28 11:11:28 -07:00
2015-07-07 15:04:29 -07:00
2010-11-19 13:04:59 -03:00