ios - NSBundle.mainBundle().pathForResource() why not enter in section of if? -


nsbundle.mainbundle().pathforresource() why not enter in section of if?

the argument oftype parameter of pathforresource function needs filename extension, not mime-type. want "xml", not "text/xml".


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -