iOs: Swift Google Analytics -
i new ios development , implement google analytics (swift).
it appears there missing information on implementing google analytics in swift on google's instruction page:
it seems import statement above incorrect, can assist me missing/correct statement?
exta info:
- i come java background , ides use import you, please excuse stupidity.
- i have cocopods installed, , use other pods: almofire, fabric, swiftyjson etc
- i developing ios 8
- instructions above this, clear , working. installing pods/config file etc
if in pods folder in xcode can see available pods there. of them have file contains import statements files needed. in case analytics.h file in pods/google/analytics/
i'm guessing that, import file in bridging header (which hope have, if not let me know), can use #import "google/analytics.h"
.
it says little bit lower on page, import <google/analytics.h>
header.
Comments
Post a Comment