Robert Laverty

Results 112 comments of Robert Laverty

I'm on `ios10`, `xcode8`, and `iPhone 5`. ``` pod 'FMDB' ```

@robertmryan That did it :D I'm a n00b at this. I've been doing web development for 6 years and just started experimenting with native programming. Thank you!!!

@robertmryan So in this snippet, ``` if (![db open]) { [db release]; return; } ``` I think the method `release` is called off `NSObject` but I couldn't find it but...

@robertmryan Thanks for the pointers! There's sooo much to learn. haha

I follow all your repos :D You have a lot of great content! Guess it I've never heard of but definitely beats what I listed lol

this is my `sim-card.ios.ts` class file: ``` javascript /********************************************************************************** * (c) 2016, Robert Laverty. * Licensed under the MIT license. * * Version 1.0.0 [email protected] **********************************************************************************/ 'use strict'; export class...

In the `./demo/package.json` or the `./package.json`? And what do you mean by `main key`?

Here's a commit history of trying to get this working: https://github.com/roblav96/tns-template-plugin/commits/master ### Commit 1 this is directly after answering all questions https://github.com/roblav96/tns-template-plugin/tree/c574f3d87d5ed13a6ccc1681ed0d05d7f9463a6d ### Commit 2 this is after adding the...

Do I have to edit `index.d.ts`? ``` javascript export * from './sim-card.ios'; ``` like here: https://github.com/NathanWalker/nativescript-plugin-seed/blob/master/index.d.ts