-
我想问下,就是类似微信朋友圈的那种布局,九张图片如果使用autolayout怎么添加约束,我现在是用一个View来做这几张图片的背景,但是用添加约束之后,使用autolayout,高度并没有发生改变。
-
I'm not sure why this is occurring, but when layoutSubviews is called on my ASCollectionViewController, it calls
``` objc
- (UICollectionReusableView *)collectionView:(UICollectionView *)collectionV…
stowy updated
8 years ago
-
怎么添加头部视图,怎么添加不起
-
我在viewDidLoad中使用collectionView?.header.beginRefreshing()这个进入页面就开始刷新加载数据
但上拉加载就不能用了
self.collectionView?.footer = MJRefreshAutoNormalFooter(refreshingTarget: self, refreshingAction: "footerRefresh") 这…
-
I have a `UIView` I want to display to the right of my collection view. It should be a sibling view to the collection view. I previously did this in the storyboard using auto layout. Now that SlackTex…
-
hey, it's not a issue and I just want to know how to get defined property in objC header file, could you provide some suggestion :)
for example, if I have below code, how could I access property `con…
-
crash on
QMChatCollectionViewFlowLayout.m line 177
-[QMChatCollectionViewFlowLayout prepareForCollectionViewUpdates:]
`- (void)prepareForCollectionViewUpdates:(NSArray *)updateItems {
```
[super pr…
mjasa updated
8 years ago
-
hile building module 'Security' imported from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/System/Library/Frameworks/Foundation.f…
-
Hi team,
The cell looks weird after turn on the Autolayout. I am using objective -C one. Could you help?
thanks!
-
Anyone have an example of how to change the size of a cell programmatically?
My code:
``` Swift
speakersViewModel.observableItems.lift (). bindTo (CollectionView) {indexPath, dataSource, CollectionV…