Jérôme Morissard

Results 14 comments of Jérôme Morissard

+1 The fix on delegation is missing from pod current version

if the original author don't apply those changes, i will make a fork on my github :+1:

Same here, probably because the Schema director is expecting multiple schemas. Maybe a workaround to develop is to be able to give in input just a single schema file instead...

Right, i'have change a method in the CALAgendaViewController. monthAtIndexPath: selector return a string to configure the header section but the formater has change. The old code is still there (in...

I' have made some tests. `gem install bundler` > Fetching: bundler-1.14.6.gem (100%) ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory. >> that smell...

Hi ! it's a good challenge ! I have started to analyse of the impact of supporting Carthage on the develop branch. `github "leverdeterre/JMActionSheetDescription" "develop"` i'm going to clarified the...

1/. how can i disable dismiss on anything other than a button click or selected item action - i.e. don't dismiss when touching outside the sheet? > > dimmingView is...

actually, i don't have implement an expiration date for the caching object. A good, would be the JMCacheKey, adding a NSDate expirationDate.

The actionSheetController is listen to the orientationDidChange notification. (UIDeviceOrientationDidChangeNotification) and call the selector orientationChanged: Can you give me more informations ? or try to fix this ?