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.
1 parent 136bdaf commit a5ba412Copy full SHA for a5ba412
Submariner/SBViewController.h
@@ -61,7 +61,7 @@
61
@property (nonatomic, strong, readonly) NSArray<SBAlbum*> *selectedAlbums;
62
@property (nonatomic, strong, readonly) NSArray<SBArtist*> *selectedArtists;
63
@property (nonatomic, strong, readonly) NSArray<id<SBStarrable>> *selectedMusicItems;
64
-@property (strong, readonly) NSArray<NSSortDescriptor*> *trackSortDescriptor;
+@property (strong, readwrite) NSArray<NSSortDescriptor*> *trackSortDescriptor;
65
66
+ (NSString *)nibName;
67
- (id)initWithManagedObjectContext:(NSManagedObjectContext *)context;
0 commit comments