Restkit .20 request timeout interval
问题 Trying to set a request Timeout Interval on Restkit. This post mentions HTTClient, but HTTPClient does NOT seem to have a way to set a timeout interval. Request timeout in restkit 0.20.0 Does anyone know how to set an interval? 回答1: There isn't direct access to it. You should really ask why you want to set a custom timeout. If you do need to change it, you should subclass RKObjectManager and override requestWithObject: . Your implementation can just call super and then edit the resulting