Removes all URLs from the post.
SDKs
- iOS 6.0+
- Mac Catalyst 13.0+
Framework
- Social
Declaration
- (BOOL)removeAllURLs;
Return Value
Returns a Boolean value that indicates whether the URLs were successfully removed.
Discussion
If the view controller has already been presented to the user when remove
is called, the method returns NO
and the URLS are not removed.