Commit Graph

11 Commits

Author SHA1 Message Date
Vladimir Enchev
9238f29556 separator is no longer forced to the edge
Use this code in ListView.itemLoading event if you want to control the
inset:

function listViewItemLoading(args) {
if (args.ios) {
args.ios.separatorInset = UIEdgeInsetsZero;
args.ios.preservesSuperviewLayoutMargins = false;
args.ios.layoutMargins = UIEdgeInsetsZero;
}
}
2015-05-27 16:47:01 +03:00
Vladimir Enchev
2feeed4d47 ListViewCell returned due to layout problems 2015-05-26 15:44:06 +03:00
Vladimir Enchev
d0936dfc59 view parent exposed in itemLoading event 2015-05-26 14:11:51 +03:00
vakrilov
fd9ff189ba List view attaches with weakEventHandler 2015-05-15 18:39:00 +03:00
Nedyalko Nikolov
95ca8d9c8c Replace knownEvents modules with static strings. 2015-04-24 09:29:00 +03:00
hshristov
710c423609 Fix ios transition issue
Revert imageSource property metadata to None
Improve ListView preparecell check
2015-04-08 10:55:02 +03:00
Rossen Hristov
38bc482359 Moved delegate handling to onLoaded / onUnloaded methods and reworked the WebView tests. 2015-04-03 13:32:39 +03:00
Vladimir Enchev
a7d1f3915c ios list-view separator inset set to zero by default 2015-03-23 11:22:25 +02:00
Nedyalko Nikolov
3b206c772d Fixed issue: Update list-view in iOS when adding items. 2015-03-19 16:18:30 +02:00
Vladimir Enchev
2e782aecc5 initial commit 2015-03-13 15:23:04 +02:00
Erjan Gavalji
cc829e0152 definitions fixed 2015-03-03 10:34:40 +02:00