We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e70b8a + 309412f commit 4e74632Copy full SHA for 4e74632
Toolkit/ArcGISToolkit/BookmarksViewController.swift
@@ -64,6 +64,7 @@ public class BookmarksViewController: UIViewController {
64
public init<S: Sequence>(bookmarks: S) where S.Element == AGSBookmark {
65
super.init(nibName: nil, bundle: nil)
66
self.bookmarks.append(contentsOf: bookmarks)
67
+ tableViewController.bookmarks = self.bookmarks
68
sharedInit()
69
}
70
0 commit comments