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.
Xcode4.6。2つの列に5つのラジオボタンを配置する必要があります。最初の列に3つ、2番目の列に2つです。私はそれらを1つの列に入れるのに十分な不動産を持っていません。2列を選択すると、ボタンの数が偶数になります。本当にシンプルなものが欠けていると思います。
セルにどのようにデータを入力するかは示していませんが、最後の位置に空白のセルを追加する必要があります。
NSCell *blankCell = [[NSCell alloc] init]; blankCell.enabled = NO; [_matrixView putCell:blankCell atRow:row column:column];