Definition at line 22 of file BookmarkEditorController.h.
 
◆ initWithBookmark:
Definition at line 1 of file BookmarkEditorController.m.
   33{
   34  if ((self = [super initWithStyle:UITableViewStyleGrouped]))
   35  {
   36    
   37    if ([[bookmark uuid] length] == 0)
   38      _bookmark = [bookmark copy];
   39    else
   40      _bookmark = [bookmark copyWithUUID];
   41    _params = [_bookmark params];
   42 
   43    _display_server_settings = YES;
   44  }
   45  return self;
   46}
 
 
 
◆ delegate
The documentation for this class was generated from the following files: