reloadConfigurationItems()
Reloads the list of configuration items.
Declaration
func reloadConfigurationItems()Discussion
In general, a subclass doesn’t need to call this method, unless it determines its configuration items in a deferred way, such as in presentationAnimationDidFinish(). In particular, you don’t need to call this method after you change a configuration item property, because the SLComposeServiceViewController base class automatically detects and responds to such changes.