Rodhos Soft

備忘録を兼ねた技術的なメモです。Rofhos SoftではiOSアプリ開発を中心としてAndroid, Webサービス等の開発を承っております。まずはご相談下さい。

2015-11-02から1日間の記事一覧

UICorrectionView、スペース調整

iOS

UICollectionViewFlowLayoutを継承し、layoutAttributesForElementsInRectをoverrideする。 superのlayoutAttributesForElementsInRectでattributeが帰ってくるのでその個々のframeを調整すれば良い。具体的には override func layoutAttributesForElementsI…