Skip to content

Commit

Permalink
Merge pull request #81 from muak/development
Browse files Browse the repository at this point in the history
ReadMe
  • Loading branch information
muak authored Jan 18, 2020
2 parents 7acf221 + b1b0bb6 commit c349f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ public class MenuSection:List<MenuItem>
* Templateの挿入を開始するインデックスを指定。デフォルトは0で最初からTemplateを適用します。1以上の値を指定すると、その位置からTemplateが挿入されるようになり、XAML等で挿入したデータはそのままの状態で残ります。任意の位置から繰り返しの Cell を設置した場合などに利用できます。
* UseDragSort
* セクション内のセルをDragDropで並べ替え可能にします。
* UseDragSortがtrueのセクション間でのみ移動が可能です。
* iOS11以降とそれ以外で外観が異なります。
* iOS10以下は三本線のアイコンを掴むと移動でき、iOS11はセル全体を長押しすると移動できるようになります。
* HeaderView
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ public class MenuSection:List<MenuItem>
* This is the index that starts inserting the template. The default value is 0. If a specified value is greater or equal than 1, the template is inserted from its position and cells inserted with XAML remains. You can insert the repeating data wherever you want to do.
* UseDragSort
* Enable you to reorder cells in a section with drag and drop.
* Items can move in sections that UseDragSort Property is true.
* If iOS version is less than or equal to iOS10, the cells can be moved when grabbing the icon drawn three lines; Otherwise can be moved when doing long tap.
* HeaderView
* FooterView
Expand Down

0 comments on commit c349f29

Please sign in to comment.