Prateek
Prateek
Right you are, I forgot to commit that file On 10-Oct-2012, at 6:23 PM, Fokke Vermeulen [email protected] wrote: > You have to put this codeline in src/TapkuLibrary/TKCalendarMonthView.h otherwise it doesn't...
I'm adding a bit more to customize the type of marker also, will upload a demo soon On 10-Oct-2012, at 7:14 PM, Fokke Vermeulen [email protected] wrote: > Can you add...
UIColor object On 15-Oct-2012, at 3:45 PM, Fokke Vermeulen [email protected] wrote: > Hey thank you. I think i only need to know, what i have to put in the array....
Change in jquery.flips.js ``` this.$flipPages.find( '.box' ).on( 'click.flips', function( event ) ``` to ``` this.$flipPages.find( '.box' ).swipe({ click: function( event ) { } }); ```