TMDBConfiguration Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | TMDBConfiguration.h TMDBConfiguration.m |
Overview
The TMDb configuration information includes information commonly needed
in many API responses, such as base URLs. Instances of this class is
automatically created by the TMDB shared instance so you never need to
create an instance yourself.
loaded
A value indicating if the configuration has been loaded yet.
@property (nonatomic, readonly, getter=isLoaded) BOOL loadedDiscussion
A value indicating if the configuration has been loaded yet.
Declared In
TMDBConfiguration.h