Skip to content

Commit 4e74632

Browse files
authored
Merge pull request #106 from Esri/mhd/BookmarksFix
Mhd/bookmarks fix
2 parents 7e70b8a + 309412f commit 4e74632

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Toolkit/ArcGISToolkit/BookmarksViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public class BookmarksViewController: UIViewController {
6464
public init<S: Sequence>(bookmarks: S) where S.Element == AGSBookmark {
6565
super.init(nibName: nil, bundle: nil)
6666
self.bookmarks.append(contentsOf: bookmarks)
67+
tableViewController.bookmarks = self.bookmarks
6768
sharedInit()
6869
}
6970

0 commit comments

Comments
 (0)