plistをプログラムで作成してブックマーク番号を挿入しました。選択項目を削除するにはUItableviewセルからPlist辞書
UItableviewからplist辞書から選択した項目を削除する方法。 commitEditingStyle から私はplistの辞書の配列を作成してのUITableView
に順序を膨らませる表示が、私は、セルを削除選択した場合、アプリケーションは 私creshレポートをしわ: -
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (7) must be equal to the number of rows contained in that section before the update (7), plus or minus the number of rows inserted or deleted from that section (0 inserted, 1 deleted).'
私のplist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList- 1.0.dtd">
<plist version="1.0">
<dict>
<key>0</key>
<string>5</string>
<key>1</key>
<string>1</string>
<key>2</key>
<string>2</string>
<key>3</key>
<string>6</string>
<key>4</key>
<string>3</string>
<key>5</key>
<string>3</string>
<key>6</key>
<string>1</string>
</dict>
</plist>
pleaeその手伝いを手伝ってください。
ありがとう