Víctor Gutiérrez Blanco

Results 5 issues of Víctor Gutiérrez Blanco

I've installed it using http://alcatraz.io/ but although it recognize that XAlign it's installed, neither the shortcut neither the menu option are available, so i have to reinstall it again untill...

I have a SVG element that in it's own attribute style override a fillColor defined by css id rule, but the interpreter seems to not properly process it and apple...

I'm using the dayStyle "CALDayCollectionViewCellDayUIStyleIOS7" and the year of the month isn't shown, what i have to do for display the agenda as in the center example of the image...

I choose your library fot its simplicity, so i have used your example code and i'm getting this error when trying to play what i have recorded: NSOSStatusErrorDomain -43

I've been dealing with an invisible error in this code ``` RLMRealm *realm = [RLMRealm defaultRealm]; [realm beginWriteTransaction]; [self createOrUpdateInRealm:realm withJSONDictionary:serverResponse]; [realm commitWriteTransaction]; ``` until i used try/catch for receive...