Richard Burdish
Richard Burdish
Hey guys, I was able to get geofirex working in functions. Please see my answer here: https://github.com/codediodeio/geofirex/issues/23#issuecomment-500259600 Make sure you're not using the admin-sdk. There is currently no support for...
Hey guys, I know this has been posted for a while now, but I just created a pull request to address this.
Nevermind, the DMPageViewController style needs to be set to DMPagerNavigationBarStyleOnBounds
I was able to solve this and get the icon changing by initializing the viewcontroller with the following code: `searchViewController.pagerObj = DMPagerNavigationBarItem.newItemWithText(NSAttributedString(string: "Search", attributes: textAttributes! as [NSObject : AnyObject]), andIcon:UIImage(named:...
Any help would be greatly appreciated
@nleachCHS can you describe a bit about how you implemented card reuse? I am also experiencing memory issues with a large data set. Thanks!
@kyco16 The above fix seems to disable the audio when recording the video. The background apps music keeps playing, but my videos don't have any audio. Did you have the...