Stefano Acerbetti
Stefano Acerbetti
This is interesting. Is it possible to have the code that you are using so I can reproduce the issue ? Sorry for the delay, super busy at work
Email is fine. You can use [email protected] I'm happy to integrate your improvements to my library. You can fork the project and send me a pull request
Sorry Adam for the delay. I've been super busy with other projects and I'm not currently working on the component anymore. I know loading an image from disk and import...
Hi Adam, I'm trying to understand your request. The code snipped that you provided above is for the ViewController... do you mean my demo ViewController ? I don't think that...
I did a commit to add support to load an external image, let me know if that will work for you
@Shivaseachange You can save the image from the ACEDrawingView and merge to your image http://stackoverflow.com/questions/4374188/merge-two-uiimages please open a new issue for that
I'm not sure how to solve this issue. As you notice, when you save the drawing, you will get an image. if you change orientation, to load the image again,...
Do you mind to do a PR ?
No, I'm not actively working on the project anymore, but I'm happy to discuss with you about any idea about the this
The easier way to adde the expandable cell is to call the helper ``` - (ACEExpandableTextCell *)expandableTextCellWithId:(NSString *)cellId ``` in ``` - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath ``` If you...