sigmundfridge
sigmundfridge
I can send you my code, but I am towards the amateur end of the spectrum so it might not be much use. It is potentially a very simple problem,...
and thanks for the help, that definitely looks like the issue
Sorry for the delay, I hadn't actually added a repo for it (as it was just something I was messing around with). I've uploaded it now, and added you as...
That works in viewDidAppear but not 'will' . And obviously this causes a bit of a jump. It also seems that this isn't just an issue for my subclassing, but...
Hi again, Finally got around to formalising multiple date selection, and I've added you as a contributor to the forked project. When you initialise the view controller you send a...
I think that's basically what i did, but added a custom init to allow for single or multiple selection. Sent from my iPad On Nov 16, 2013, at 7:03 PM,...
I attempted the workaround above and got the following ```In file included from /Users/xx/.rvm/rubies/ruby-2.1.1/include/ruby-2.1.0/ruby/ruby.h:24: /Users/xx/.rvm/rubies/ruby-2.1.1/include/ruby-2.1.0/x86_64-darwin12.0/ruby/config.h:17:9: warning: '_GNU_SOURCE' macro redefined [-Wmacro-redefined] #define _GNU_SOURCE 1 ^ /Users/xx/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/qtbindings-4.8.6.3/ext/ruby/qtruby/src/Qt.cpp:19:9: note: previous definition is here...
Actually that hack way doesn't help.....
#4 Related, but for bind rather than observe
The only way I can see to fix is to either observe everything (rather than bind) and compare index paths, or to override "prepareForReuse" and entirely replace the text field....