Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
横方向にスワイプする方向にカスタム セルを持つ UICollectionView を作成しました (画像 1)。ここで、顧客は、ディスプレイの左端と右端にある次のセルを見たいと考えています (画像 2)。
アイデアはありますか?
セルのサイズを調整するだけです。私の場合、画像を次のように表示しています
I have what is probably simple problem, but I am stumped. I call a method from another assembly that returns me a List<object>, this data is Excel spreadsheet data queried using Linq
List<object>
Linq