Timeline for Selective round corners in image view - iOS
Current License: CC BY-SA 3.0
10 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
May 23, 2017 at 11:58 | history | edited | URL Rewriter Bot |
replaced http://stackoverflow.com/ with https://stackoverflow.com/
|
|
Jun 29, 2015 at 7:38 | comment | added | Mehul | @jcmartinac, If you find helpful please Upvote the Answer +1. | |
Feb 26, 2015 at 13:34 | comment | added | Mehul | i have Download your Code, & also try to solve your BUG buti am not able to Create Right Side of TWO corner Round....i think you need Expert Advice.. i give my best. :) | |
Feb 26, 2015 at 11:03 | comment | added | cmacera | Hello and thanks again! I keep looking for solutions and have decided to attach a simple project to see clearly my problem by rounding the top corners of a UIImageView that occupies the entire width of a cell in a table. When I apply the code to do this, the image loses the screen width and it does not work for me. With this example I hope someone can help me. dropbox.com/s/w9i3ye2wb2ck0ef/roundcorners.zip?dl=0 | |
Feb 26, 2015 at 5:17 | comment | added | Mehul | @jcmartinac, i have Update my Code , you can see this. | |
Feb 26, 2015 at 5:17 | history | edited | Mehul | CC BY-SA 3.0 |
edit Code
|
Feb 26, 2015 at 5:12 | comment | added | Mehul | Yes, its working good in UITableView.. cell.Img_thumb=(UIImageView *)[self roundCornersOnView: cell.Img_thumb onTopLeft:YES topRight:YES bottomLeft:NO bottomRight:NO radius:20.0]; | |
Feb 25, 2015 at 11:42 | comment | added | cmacera | I have seen your code works inside uiviewcontroller, but I am using uitableviewcontroller and is when it does not work. Did you try it in a uiimageview inside a cell in a uitableview? I think the problem is in uitableview | |
Feb 24, 2015 at 14:09 | comment | added | cmacera | Thanks for helping! Unfortunately it works the same way before... Testing the code, I have realized that only works the top-left corner, if I try to round any other it does nothing. I am totally lost | |
Feb 24, 2015 at 12:43 | history | answered | Mehul | CC BY-SA 3.0 |