restkit
RestKit Login problem
Can anyone give me a hint why I can not login into my service? I dont get an response to my delegate. The service is working. If I call the url in my browser I get a login (Browser receives a cookie)[详细]
2023-04-03 22:16 分类:问答Nested objects mapping in RestKit
I have following structure: Get Handbook: //request { \"type\": \"handbook\", \"hash\": \"\" } //response { \"body\": {[详细]
2023-04-03 10:49 分类:问答UITableview datasource methods and retrieving json as the datasource
I\'m using the RestKit library to load json from my REST services, an开发者_如何学运维d then mapping the data to an object.[详细]
2023-04-01 11:53 分类:问答How do third-party libraries work in Objective-C and Xcode?
Pretty new (2 weeks) into Objective-C and Xcode, and I\'m trying to add my first \"external\" library, namey restkit, to read some JSON from an external server.[详细]
2023-03-31 17:03 分类:问答Tips and Tutorials for using UISpec with API data
I need to start doing some TDD for this iPhone project. The issue is that it uses API data pretty 开发者_如何学Pythonheavily.[详细]
2023-03-31 00:22 分类:问答Where's the best place to put object mappings in RestKit
I\'m using RestKit for a project and i noticed that there is no longer a method in the class that you can control all mappings in (elementToPropertyMappings), i therefore wondered where the best place[详细]
2023-03-30 22:21 分类:问答RestKit build error: ../NSManagedObject+ActiveRecord.h:19: error: cannot find interface declaration for 'NSManagedObject'
I\'ve linked RestKit in an xcode 4 project, as described on the GitHub install page and am getting this error while trying to build. Does anyone know what is going on? I\'ve asked on the RestKit IRC c[详细]
2023-03-30 07:44 分类:问答Nested model in a HTTP POST with application/json content type
I have a class structure like this: class Parent < ActiveRecord::Base has_one :child accepts_nested_attributes_for :child[详细]
2023-03-26 14:43 分类:问答Core Data: Store cannot hold instances of entity (Cocoa Error: 134020)
This is the strangest error. The internet suggests that this is an issue with targeting Tiger; except that I\'m actually targeting iOS 3 and 4.[详细]
2023-03-26 12:15 分类:问答Setting timeout on a delegate method in objective c
i need to set a NSTimer object to manually timeout a server call if it is taking more than 10 seconds (not supported in Restkit)[详细]
2023-03-24 13:53 分类:问答