Ryan Luce

Results 5 comments of Ryan Luce

I'm getting KissXML.h file not found in XMPPASLAuthentication.h after trying this quick fix. Edit, installed cocoapods 1.1.0RC as above and it appears to be working.

I Don't think this works if the row count is less than the string length of ALLOWED_CHARS... kind of weird, don't know how this wasn't an issue when he built...

here's the code I had modified awhile back: function getShortenedURLFromID ($integer, $base = ALLOWED_CHARS) { $integer += 100; $length = strlen($base); $out = ""; while($integer > $length - 1) {...

Yeah, I think it's fundamentally flawed. I used it for a brief time and then I believe I just implemented my own method. I can't speak for what the original...

The fix is to change windows to views. Instead of setCenterWindow(**passed_in_window_**) you just pass in a view instead. @viezel Any reason or advantage of using windows over views in this...