Questions tagged [drawinrect]

32 questions
0
votes
1 answer

With NSString, How to catelog a new interface to replace DrawInRect

I wrote an interface "myDrawInRect" to replace the orginal "drawInRect" in NSString. the code is like following: .h file: @interface NSString(TextDrawing) -(CGSize) myDrawInRect:(CGRect)rect withFont:(UIFont *)font textColor:(UIColor*)textColor …
-1
votes
2 answers

How to make fit a larger image into the small image view

I have the image view which has fixed size. But I want to fit every size of image into this without stretching. I tried this In method resizeImage, I passed my selected image and size of UIImageView. func resizeImage(image: UIImage, size: CGSize)…
Gopal Devra
  • 564
  • 2
  • 5
  • 24
1 2
3