开发者

uiimage

0
  • Order of drawable content changes in drawRect

    I have created a UIView subclass in whose drawRect method I am drawing UIImage based on the contents of an NSDictionary. My problem is that sometimes the order of the image(s) changes and one image ap[详细]

    2023-04-04 11:07 分类:问答
  • Assign UIImages to UIButtons via Array

    I have 10 images in array and 10 buttons, all i want is to set the images to buttons randomly. i tried this but not succeeded[详细]

    2023-04-04 07:45 分类:问答
  • EXC_BAD_ACCESS error in Xcode

    I really need you guy HELP , I run my program in Xcode and its successful but later, Its show me this error: **Thread 1: Program received signal :\"EXC_BAD_ACCESS\" on my program line that I have **[详细]

    2023-04-04 05:08 分类:问答
  • iOS5 AVFoundation image to video

    I\'m trying to create a video from a single image, and save it to my photos library, I\'ve been googling around for ages - and cannot find a solution.[详细]

    2023-04-04 03:20 分类:问答
  • How to make a hole in an image iphone

    I have a game that players place their pieces on the screen then press set. I am using cocos 2d to build the iphone app. It is kind of like hide and seek. I then overlay a开发者_StackOverflow backgrou[详细]

    2023-04-04 01:53 分类:问答
  • How to create an image app for iphone?

    I was wondering how to go about creating an image app for the iphone. I know how to create an iphone app. I was just wondering what the best way to make an image app is. I want the user to be ab开发者[详细]

    2023-04-03 23:16 分类:问答
  • How to write to UIImage?

    This code is not working and i do not understand the mistake. Please help. -(UIImage *)addText:(UIImage *)img text:(NSString *)text1[详细]

    2023-04-03 16:50 分类:问答
  • iPhone - Arrange images

    开发者_运维问答This question may be silly. Is it possible to arrange three images as in the following attachment? Is it possible to design the UIImageView in such manner? If so, how? Share me some use[详细]

    2023-04-03 16:37 分类:问答
  • Performance navigating through several full screen images on iPad

    I need to let user navigate back and forward through different images (from 10 to 20) with a tap. All the images are 1024x768 JPG\'s so I don\'t need to resize or transform them.[详细]

    2023-04-03 16:23 分类:问答
  • one image or thumbnail for cells in a table view

    i have the following code which will displays result in a UItable view along with an image. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath[详细]

    2023-04-03 12:31 分类:问答