-
I have a similar setup with a collection view inside each table view cell. Table view cells' heights are calculated dynamically using auto layout.
Sometimes one of these embedded collection view ha…
-
```
What steps will reproduce the problem?
1. Apply a move effect to a bunch of children in a FlowBox
2. Remove one of the children, so that the others move to new positinos
What is the expected outp…
-
When add children dynamically with drawable , it doesn't work well
![image](https://cloud.githubusercontent.com/assets/3463310/7693675/8c730910-fe07-11e4-9592-98df42da7511.png)
``` java
String[] gs =…
-
```
What steps will reproduce the problem?
1. Apply a move effect to a bunch of children in a FlowBox
2. Remove one of the children, so that the others move to new positinos
What is the expected outp…
-
The JTextField is not editable. If you remove beautyeye the field becomes editable
public static void main(String[] s)
throws Exception
{
BeautyEyeLNFHelper.frameBorderStyle = BeautyEyeLNFHelpe…
-
- (void)automaticScroll
{
if (0 == _totalItemsCount) return;
NSLog(@"_mainView.contentOffset.x%d====_flowLayout.itemSize.width%d",(int)_mainView.contentOffset.x,(int)_flowLayout.itemSize.width);…
-
i find a crash bug when use you class "FlowLayout" on my test iPhone4 which system version is 9.3.5. and i replace "FlowLayout" to "UICollectionViewFlowlayout" ,the crash bug disappear...
-
Hello,
I'm using openSUSE Leap 5.5 and a French azerty keyboard.
Unfortunately, the CTRL + 1, CTRL + 2, etc. shortcuts are completely broken.
CTRL + D, CTRL + Z etc works perfectly fine
I tried …
-
When Add new rows in collectionview, It not reload all cells.
if let flowLayout = collectionView.collectionViewLayout as? UICollectionViewFlowLayout {
flowLayout.estimatedItemSize = CGS…
-
if a scrollable container is a child of another container using the default Flowlayout layout, the scrolling is bugged. Even is setScrollable is set to false for the parent (to ensure they are not nes…