کلاس GCKUIButton
با مجموعهها، منظم بمانید
ذخیره و دستهبندی محتوا براساس اولویتهای شما.
یک زیر کلاس از UIButton که از حالت های برنامه سفارشی پشتیبانی می کند.
این حالتها بر روی مقدار ویژگی حالت دکمه OR میشوند تا حالتهای اضافی و ویژه برنامه را ارائه دهند. تصاویر را می توان به این حالت های سفارشی اختصاص داد، به عنوان مثال:
[button setImage:[UIImage imageNamed: @"myCustomStateImage" ]
forState:(UIControlStateNormal | kMyControlStateCustom)];
مقادیر حالت برنامه فقط باید از بیت هایی استفاده کنند که در بیت ماسک UIControlStateApplication تنظیم شده اند.
- Deprecated:
- از GCKUIMultistateButton استفاده کنید.
- از آنجا که
- 3.0
GCKUIMultistateButton را به ارث می برد.
- (void) setImage: |
|
(UIImage *) |
image |
forButtonState: |
|
(NSUInteger) |
buttonState |
|
|
| |
تصویر را برای نمایش وضعیت دکمه مشخص تنظیم می کند.
- Parameters
-
image | The image. |
buttonState | The button state. |
- (UIControlState) applicationState |
|
read write nonatomic assign |
وضعیت کاربرد دکمه
این حالت بر روی حالت موجود دکمه OR شده است.
- (NSUInteger) buttonState |
|
read write nonatomic assign inherited |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["GCKUIButton is a subclass of UIButton that supports custom application states, allowing developers to assign images to these states for enhanced UI customization."],["This class is deprecated since version 3.0 and developers should use GCKUIMultistateButton instead."],["Application state values should only use bits defined in the UIControlStateApplication bitmask to ensure compatibility and avoid conflicts."],["`setImage:forButtonState:` method allows setting images for specific button states, providing visual feedback to users."],["The `applicationState` property represents the button's current application state, which is ORed with the existing state to combine multiple states."]]],[]]