Michael Kaye

Results 20 comments of Michael Kaye

The problem is that - (void) setSeparatorColor: (UIColor *) color method inAGGridView is called before any visible cells are added to _visibleCells. When it is called again, the color is...

The issue still exists. Any chance this might be fixed as it essentially breaks any scripts (expecting a success response).

@orta As someone else mentioned, if I knew how to fix it without breaking anything else, I would. That's why myself and others are asking the project team and experts...

> No, I mean I'll probably never put the time in to look at the issue as it's generally unimportant to me and I don't want to spend my free...

What do you mean by out of date? No longer required, no longer valid, or doesn't work? You need to be a bit clearer on what you are saying

Thanks for the update. Not sure what the Parse approach is but I find it odd they still haven't added NSCopying to their own code. There are always valid reasons...

BTW How do you handle the need for a local version of an PFObject if you don't have network to load it from Parse. That is the main reason we...

So I fixed this by adding the following two line ``` // fix for scrolling beyond background frame r.size.height -= 2; internalTextView.frame = r; ``` to UIExpandingTextView.m, - (void)textViewDidChange:(UITextView *)textView...