cagradientlayer

    1熱度

    2回答

    我正在使用以下代碼將漸變色設置爲標籤的背景,但沒有效果我做錯了什麼? 代碼是在這裏: [self.teamName setTextColor:[UIColor whiteColor]]; [self.teamName setBackgroundColor:[UIColor clearColor]]; CAGradientLayer *gradientLayer = [CAGra

    4熱度

    1回答

    我的MKPolyLineView出現問題。我只是嘗試爲折線製作顏色漸變,但使用CAGradient則可以實現。我的子類MKPolylineView和重繪在 - (void)drawMapRect:(MKMapRect)mapRect zoomScale:(MKZoomScale)zoomScale inContext:(CGContextRef)context UIColor *darker

    0熱度

    1回答

    我想在位於自定義UITableViewCell中的UILabel文本後面添加漸變圖層。問題在於漸變隱藏了我標籤的文字。我已經訪問this鏈接,但它不適合我。所以我怎樣才能將它添加後面的文字層? 我迄今所做的是: CAGradientLayer *gradient = [CAGradientLayer layer]; gradient.frame = CGRectMake(0, 0, bu

    2熱度

    1回答

    向UILabel添加背景漸變我使用下面的代碼。 在使用漸變之前,UILabel會像這樣出現。 現在,添加一個漸變我使用下面的代碼。 CAGradientLayer *gradLayer=[CAGradientLayer layer]; gradLayer.frame=self.myView.layer.bounds; [gradLayer setColors:[NSArray

    4熱度

    1回答

    我想創建一個具有漸變背景的UIButton。我得到的工作很好,但按鈕不會突出顯示(默認行爲是爲了讓按鈕變暗)。 這裏是我的按鈕: -(UIButton *)createLoginButtonForSize:(CGSize)size { UIButton *loginButton = [UIButton buttonWithType:UIButtonTypeCustom]; lo

    1熱度

    1回答

    我想創建一個UIView深灰色漸變: UIView *sectionSpacer = [[UIView alloc] init]; sectionSpacer.backgroundColor = [UIColor clearColor]; CAGradientLayer *gradient = [CAGradientLayer layer]; gradient.frame = section

    0熱度

    1回答

    我正在使用CAGradientLayer來設計我的uibuttons。基本上在一個單元格中有三個按鈕。當我首先設置CAGradientLayer屬性時,它工作正常(我得到一個漸變)。 但是,當我將CAGradientLayer應用於第二個時,它確實出現在第二個上,但從第一個上消失。如果我在三分之一時間完成,那麼它將出現在第三個並從前兩個消失。 我應該在UIButton設置之間釋放CAGradien

    3熱度

    1回答

    我想修改按鍵的外觀和花了很長時間試圖弄清楚爲什麼我不能一個梯度適用於它像下面這個簡單的代碼: [self.playButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; self.playButton.backgroundColor = [UIColor blackColor]; CAGradient

    0熱度

    1回答

    如何讓UITableViewCell中的自定義子圖層消失setSelected:animated:? 語境: 我已經加入了CAGradientLayer的drawRect:裏面加入了自定義背景層我UITableViewCell,像這樣: - (void)drawRect:(CGRect)rect{ [super drawRect:rect]; [[self providerL

    0熱度

    1回答

    我想讓我的UIScrollView的末端淡出 - 就像一個UITableView。我找到了下面的代碼。我在一個名爲initWithFrame:...的方法中使用它在UIScrollView子類中。 if (!maskLayer) { maskLayer = [CAGradientLayer layer]; CGColorRef outerColor = [UIColor c