Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
347
stars
45
forks
source link
Currently ignoring custom dateFormatters when creating dictionaries #65
Closed
LutherBaker closed 7 years ago
If a user explicitly provides a dateFormatter, I think you want to use it.
Looks like a simple typo.
Let me know if I am missing something. I needed to generate ISO8601 date strings to send to a service and I think line of code was tripping me up.
Thanks, -Luther