iPhone开发UIView* images =[[ UIView alloc]init];
    
    images.backgroundColor =[UIColor colorWithPatternImage:[UIImage imageNamed:@"春意浓美容电子书-目录.png"]];
    
    images.frame=CGRectMake(0,0,768,1024);
    
    [self.view addSubview:images];程序运行以后发现图片"春意浓美容电子书-目录.png"显示不完整,仅有一部分,请问高手怎么解决?