Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/cha_work/sugar/symbol.rb
Overview
Adds constant lookups to the Symbol class. These methods are prefixed with ‘ui` or `ns` to make their intent clear, and to provide a little bit of “namespacing”
# alignment
:left.nsalignment => NSTextAlignmentLeft
# uicolors
:black.uicolor => UIColor.blackColor
You can extend the defaults by adding entries:
Symbol.css_colors[:my_color] = 0x123456
:my_color.uicolor => UIColor
Class Attribute Summary collapse
-
.catimingfunction ⇒ Object
readonly
Returns the value of attribute catimingfunction.
-
.catimingfunction__deprecated ⇒ Object
readonly
Returns the value of attribute catimingfunction__deprecated.
-
.cglinecap ⇒ Object
readonly
Returns the value of attribute cglinecap.
-
.cglinejoin ⇒ Object
readonly
Returns the value of attribute cglinejoin.
-
.nsdatestyle ⇒ Object
readonly
Returns the value of attribute nsdatestyle.
-
.nslinebreakmode ⇒ Object
readonly
Returns the value of attribute nslinebreakmode.
-
.nsnumberstyle ⇒ Object
readonly
Returns the value of attribute nsnumberstyle.
-
.nsnumberstyle__deprecated ⇒ Object
readonly
Returns the value of attribute nsnumberstyle__deprecated.
-
.nstextalignment ⇒ Object
readonly
Returns the value of attribute nstextalignment.
-
.uiactionstyle ⇒ Object
readonly
Returns the value of attribute uiactionstyle.
-
.uiactivityindicatorstyle ⇒ Object
readonly
Returns the value of attribute uiactivityindicatorstyle.
-
.uiactivityindicatorstyle__deprecated ⇒ Object
readonly
Returns the value of attribute uiactivityindicatorstyle__deprecated.
-
.uialertactionstyle ⇒ Object
readonly
Returns the value of attribute uialertactionstyle.
-
.uialertcontrollerstyle ⇒ Object
readonly
Returns the value of attribute uialertcontrollerstyle.
-
.uialertstyle ⇒ Object
readonly
Returns the value of attribute uialertstyle.
-
.uianimationcurve ⇒ Object
readonly
Returns the value of attribute uianimationcurve.
-
.uianimationoption ⇒ Object
readonly
Returns the value of attribute uianimationoption.
-
.uiautoresizemask ⇒ Object
readonly
Returns the value of attribute uiautoresizemask.
-
.uiautoresizemask__deprecated ⇒ Object
readonly
Returns the value of attribute uiautoresizemask__deprecated.
-
.uibarbuttonitem ⇒ Object
readonly
Returns the value of attribute uibarbuttonitem.
-
.uibarbuttonitem__deprecated ⇒ Object
readonly
Returns the value of attribute uibarbuttonitem__deprecated.
-
.uibarbuttonstyle ⇒ Object
readonly
Returns the value of attribute uibarbuttonstyle.
-
.uibarmetrics ⇒ Object
readonly
Returns the value of attribute uibarmetrics.
-
.uibaselineadjustment ⇒ Object
readonly
Returns the value of attribute uibaselineadjustment.
-
.uibaselineadjustment__deprecated ⇒ Object
readonly
Returns the value of attribute uibaselineadjustment__deprecated.
-
.uibordertype ⇒ Object
readonly
Returns the value of attribute uibordertype.
-
.uibuttontype ⇒ Object
readonly
Returns the value of attribute uibuttontype.
-
.uicontentmode ⇒ Object
readonly
Returns the value of attribute uicontentmode.
-
.uicontentmode__deprecated ⇒ Object
readonly
Returns the value of attribute uicontentmode__deprecated.
-
.uicontrolevent ⇒ Object
readonly
Returns the value of attribute uicontrolevent.
-
.uicontrolevent__deprecated ⇒ Object
readonly
Returns the value of attribute uicontrolevent__deprecated.
-
.uicontrolstate ⇒ Object
readonly
Returns the value of attribute uicontrolstate.
-
.uidatepickermode ⇒ Object
readonly
Returns the value of attribute uidatepickermode.
-
.uidatepickermode__deprecated ⇒ Object
readonly
Returns the value of attribute uidatepickermode__deprecated.
-
.uidevice ⇒ Object
readonly
Returns the value of attribute uidevice.
-
.uideviceorientation ⇒ Object
readonly
Returns the value of attribute uideviceorientation.
-
.uigesturerecognizerstate ⇒ Object
readonly
Returns the value of attribute uigesturerecognizerstate.
-
.uiimagecamera ⇒ Object
readonly
Returns the value of attribute uiimagecamera.
-
.uiimagecapture ⇒ Object
readonly
Returns the value of attribute uiimagecapture.
-
.uiimagequality ⇒ Object
readonly
Returns the value of attribute uiimagequality.
-
.uiimagesource ⇒ Object
readonly
Returns the value of attribute uiimagesource.
-
.uiinterfacemask ⇒ Object
readonly
Returns the value of attribute uiinterfacemask.
-
.uiinterfaceorientation ⇒ Object
readonly
Returns the value of attribute uiinterfaceorientation.
-
.uikeyboardtype ⇒ Object
readonly
Returns the value of attribute uikeyboardtype.
-
.uikeyboardtype__deprecated ⇒ Object
readonly
Returns the value of attribute uikeyboardtype__deprecated.
-
.uireturnkey ⇒ Object
readonly
Returns the value of attribute uireturnkey.
-
.uireturnkey__deprecated ⇒ Object
readonly
Returns the value of attribute uireturnkey__deprecated.
-
.uisegmentedstyle ⇒ Object
readonly
Returns the value of attribute uisegmentedstyle.
-
.uistatusbarstyle ⇒ Object
readonly
Returns the value of attribute uistatusbarstyle.
-
.uitabbarsystemitem ⇒ Object
readonly
Returns the value of attribute uitabbarsystemitem.
-
.uitablecellaccessorytype ⇒ Object
readonly
Returns the value of attribute uitablecellaccessorytype.
-
.uitablecellaccessorytype__deprecated ⇒ Object
readonly
Returns the value of attribute uitablecellaccessorytype__deprecated.
-
.uitablecellselectionstyle ⇒ Object
readonly
Returns the value of attribute uitablecellselectionstyle.
-
.uitablecellseparatorstyle ⇒ Object
readonly
Returns the value of attribute uitablecellseparatorstyle.
-
.uitablecellseparatorstyle__deprecated ⇒ Object
readonly
Returns the value of attribute uitablecellseparatorstyle__deprecated.
-
.uitablecellstyle ⇒ Object
readonly
Returns the value of attribute uitablecellstyle.
-
.uitablerowanimation ⇒ Object
readonly
Returns the value of attribute uitablerowanimation.
-
.uitablestyle ⇒ Object
readonly
Returns the value of attribute uitablestyle.
-
.uitextalignment ⇒ Object
readonly
Returns the value of attribute uitextalignment.
Instance Method Summary collapse
- #catimingfunction ⇒ Object (also: #catiming)
- #cglinecap ⇒ Object (also: #cglinecapstyle)
- #cglinejoin ⇒ Object (also: #cglinejoinstyle)
- #nsdatestyle ⇒ Object (also: #nsdateformatterstyle)
- #nslinebreakmode ⇒ Object (also: #nslinebreak)
- #nsnumberstyle ⇒ Object (also: #nsnumberformatterstyle)
- #nstextalignment ⇒ Object (also: #nsalignment)
- #uiactionstyle ⇒ Object (also: #uiactionsheetstyle)
- #uiactivityindicatorstyle ⇒ Object (also: #uiactivityindicatorviewstyle)
- #uialertactionstyle ⇒ Object
- #uialertcontrollerstyle ⇒ Object
- #uialertstyle ⇒ Object (also: #uialertviewstyle)
- #uianimationcurve ⇒ Object (also: #uiviewanimationcurve)
- #uianimationoption ⇒ Object (also: #uiviewanimationoption)
- #uiautoresizemask ⇒ Object (also: #uiviewautoresizing, #uiautoresizingmask, #uiautoresize)
- #uibarbuttonitem ⇒ Object
- #uibarbuttonstyle ⇒ Object
- #uibarmetrics ⇒ Object
- #uibaselineadjustment ⇒ Object (also: #uibaseline)
- #uibordertype ⇒ Object (also: #uiborderstyle)
- #uibuttontype ⇒ Object
- #uicontentmode ⇒ Object (also: #uiviewcontentmode)
- #uicontrolevent ⇒ Object
- #uicontrolstate ⇒ Object (also: #uistate)
- #uidatepickermode ⇒ Object
- #uidevice ⇒ Object
- #uideviceorientation ⇒ Object
- #uigesturerecognizerstate ⇒ Object (also: #uigesturestate)
- #uiimagecamera ⇒ Object (also: #uiimagecameradevice, #uiimagedevice)
- #uiimagecapture ⇒ Object (also: #uiimagecapturemode)
- #uiimagequality ⇒ Object (also: #uiimagequalitytype)
- #uiimagesource ⇒ Object (also: #uiimagesourcetype)
- #uiinterfacemask ⇒ Object
- #uiinterfaceorientation ⇒ Object (also: #uiorientation)
- #uikeyboardtype ⇒ Object
- #uilinebreakmode ⇒ Object
- #uireturnkey ⇒ Object
- #uisegmentedstyle ⇒ Object (also: #uisegmentedcontrolstyle)
- #uistatusbarstyle ⇒ Object
- #uitabbarsystemitem ⇒ Object (also: #uitabbaritem)
- #uitablecellaccessorytype ⇒ Object (also: #uitablecellaccessory, #uitableviewcellaccessorytype)
- #uitablecellselectionstyle ⇒ Object (also: #uitableviewcellselectionstyle)
- #uitablecellseparatorstyle ⇒ Object
- #uitablecellstyle ⇒ Object (also: #uitableviewcellstyle)
- #uitablerowanimation ⇒ Object (also: #uitableviewrowanimation)
- #uitablestyle ⇒ Object (also: #uitableviewstyle)
- #uitextalignment ⇒ Object (also: #uialignment)
Class Attribute Details
.catimingfunction ⇒ Object (readonly)
Returns the value of attribute catimingfunction.
308 309 310 |
# File 'lib/cha_work/sugar/symbol.rb', line 308 def catimingfunction @catimingfunction end |
.catimingfunction__deprecated ⇒ Object (readonly)
Returns the value of attribute catimingfunction__deprecated.
309 310 311 |
# File 'lib/cha_work/sugar/symbol.rb', line 309 def catimingfunction__deprecated @catimingfunction__deprecated end |
.cglinecap ⇒ Object (readonly)
Returns the value of attribute cglinecap.
311 312 313 |
# File 'lib/cha_work/sugar/symbol.rb', line 311 def cglinecap @cglinecap end |
.cglinejoin ⇒ Object (readonly)
Returns the value of attribute cglinejoin.
312 313 314 |
# File 'lib/cha_work/sugar/symbol.rb', line 312 def cglinejoin @cglinejoin end |
.nsdatestyle ⇒ Object (readonly)
Returns the value of attribute nsdatestyle.
263 264 265 |
# File 'lib/cha_work/sugar/symbol.rb', line 263 def nsdatestyle @nsdatestyle end |
.nslinebreakmode ⇒ Object (readonly)
Returns the value of attribute nslinebreakmode.
259 260 261 |
# File 'lib/cha_work/sugar/symbol.rb', line 259 def nslinebreakmode @nslinebreakmode end |
.nsnumberstyle ⇒ Object (readonly)
Returns the value of attribute nsnumberstyle.
264 265 266 |
# File 'lib/cha_work/sugar/symbol.rb', line 264 def nsnumberstyle @nsnumberstyle end |
.nsnumberstyle__deprecated ⇒ Object (readonly)
Returns the value of attribute nsnumberstyle__deprecated.
265 266 267 |
# File 'lib/cha_work/sugar/symbol.rb', line 265 def nsnumberstyle__deprecated @nsnumberstyle__deprecated end |
.nstextalignment ⇒ Object (readonly)
Returns the value of attribute nstextalignment.
258 259 260 |
# File 'lib/cha_work/sugar/symbol.rb', line 258 def nstextalignment @nstextalignment end |
.uiactionstyle ⇒ Object (readonly)
Returns the value of attribute uiactionstyle.
298 299 300 |
# File 'lib/cha_work/sugar/symbol.rb', line 298 def uiactionstyle @uiactionstyle end |
.uiactivityindicatorstyle ⇒ Object (readonly)
Returns the value of attribute uiactivityindicatorstyle.
278 279 280 |
# File 'lib/cha_work/sugar/symbol.rb', line 278 def @uiactivityindicatorstyle end |
.uiactivityindicatorstyle__deprecated ⇒ Object (readonly)
Returns the value of attribute uiactivityindicatorstyle__deprecated.
279 280 281 |
# File 'lib/cha_work/sugar/symbol.rb', line 279 def @uiactivityindicatorstyle__deprecated end |
.uialertactionstyle ⇒ Object (readonly)
Returns the value of attribute uialertactionstyle.
301 302 303 |
# File 'lib/cha_work/sugar/symbol.rb', line 301 def uialertactionstyle @uialertactionstyle end |
.uialertcontrollerstyle ⇒ Object (readonly)
Returns the value of attribute uialertcontrollerstyle.
300 301 302 |
# File 'lib/cha_work/sugar/symbol.rb', line 300 def uialertcontrollerstyle @uialertcontrollerstyle end |
.uialertstyle ⇒ Object (readonly)
Returns the value of attribute uialertstyle.
297 298 299 |
# File 'lib/cha_work/sugar/symbol.rb', line 297 def uialertstyle @uialertstyle end |
.uianimationcurve ⇒ Object (readonly)
Returns the value of attribute uianimationcurve.
285 286 287 |
# File 'lib/cha_work/sugar/symbol.rb', line 285 def uianimationcurve @uianimationcurve end |
.uianimationoption ⇒ Object (readonly)
Returns the value of attribute uianimationoption.
286 287 288 |
# File 'lib/cha_work/sugar/symbol.rb', line 286 def uianimationoption @uianimationoption end |
.uiautoresizemask ⇒ Object (readonly)
Returns the value of attribute uiautoresizemask.
250 251 252 |
# File 'lib/cha_work/sugar/symbol.rb', line 250 def uiautoresizemask @uiautoresizemask end |
.uiautoresizemask__deprecated ⇒ Object (readonly)
Returns the value of attribute uiautoresizemask__deprecated.
251 252 253 |
# File 'lib/cha_work/sugar/symbol.rb', line 251 def uiautoresizemask__deprecated @uiautoresizemask__deprecated end |
.uibarbuttonitem ⇒ Object (readonly)
Returns the value of attribute uibarbuttonitem.
269 270 271 |
# File 'lib/cha_work/sugar/symbol.rb', line 269 def @uibarbuttonitem end |
.uibarbuttonitem__deprecated ⇒ Object (readonly)
Returns the value of attribute uibarbuttonitem__deprecated.
270 271 272 |
# File 'lib/cha_work/sugar/symbol.rb', line 270 def @uibarbuttonitem__deprecated end |
.uibarbuttonstyle ⇒ Object (readonly)
Returns the value of attribute uibarbuttonstyle.
271 272 273 |
# File 'lib/cha_work/sugar/symbol.rb', line 271 def @uibarbuttonstyle end |
.uibarmetrics ⇒ Object (readonly)
Returns the value of attribute uibarmetrics.
268 269 270 |
# File 'lib/cha_work/sugar/symbol.rb', line 268 def @uibarmetrics end |
.uibaselineadjustment ⇒ Object (readonly)
Returns the value of attribute uibaselineadjustment.
261 262 263 |
# File 'lib/cha_work/sugar/symbol.rb', line 261 def uibaselineadjustment @uibaselineadjustment end |
.uibaselineadjustment__deprecated ⇒ Object (readonly)
Returns the value of attribute uibaselineadjustment__deprecated.
260 261 262 |
# File 'lib/cha_work/sugar/symbol.rb', line 260 def uibaselineadjustment__deprecated @uibaselineadjustment__deprecated end |
.uibordertype ⇒ Object (readonly)
Returns the value of attribute uibordertype.
262 263 264 |
# File 'lib/cha_work/sugar/symbol.rb', line 262 def uibordertype @uibordertype end |
.uibuttontype ⇒ Object (readonly)
Returns the value of attribute uibuttontype.
274 275 276 |
# File 'lib/cha_work/sugar/symbol.rb', line 274 def @uibuttontype end |
.uicontentmode ⇒ Object (readonly)
Returns the value of attribute uicontentmode.
283 284 285 |
# File 'lib/cha_work/sugar/symbol.rb', line 283 def uicontentmode @uicontentmode end |
.uicontentmode__deprecated ⇒ Object (readonly)
Returns the value of attribute uicontentmode__deprecated.
284 285 286 |
# File 'lib/cha_work/sugar/symbol.rb', line 284 def uicontentmode__deprecated @uicontentmode__deprecated end |
.uicontrolevent ⇒ Object (readonly)
Returns the value of attribute uicontrolevent.
276 277 278 |
# File 'lib/cha_work/sugar/symbol.rb', line 276 def uicontrolevent @uicontrolevent end |
.uicontrolevent__deprecated ⇒ Object (readonly)
Returns the value of attribute uicontrolevent__deprecated.
277 278 279 |
# File 'lib/cha_work/sugar/symbol.rb', line 277 def uicontrolevent__deprecated @uicontrolevent__deprecated end |
.uicontrolstate ⇒ Object (readonly)
Returns the value of attribute uicontrolstate.
275 276 277 |
# File 'lib/cha_work/sugar/symbol.rb', line 275 def uicontrolstate @uicontrolstate end |
.uidatepickermode ⇒ Object (readonly)
Returns the value of attribute uidatepickermode.
281 282 283 |
# File 'lib/cha_work/sugar/symbol.rb', line 281 def uidatepickermode @uidatepickermode end |
.uidatepickermode__deprecated ⇒ Object (readonly)
Returns the value of attribute uidatepickermode__deprecated.
282 283 284 |
# File 'lib/cha_work/sugar/symbol.rb', line 282 def uidatepickermode__deprecated @uidatepickermode__deprecated end |
.uidevice ⇒ Object (readonly)
Returns the value of attribute uidevice.
246 247 248 |
# File 'lib/cha_work/sugar/symbol.rb', line 246 def uidevice @uidevice end |
.uideviceorientation ⇒ Object (readonly)
Returns the value of attribute uideviceorientation.
247 248 249 |
# File 'lib/cha_work/sugar/symbol.rb', line 247 def uideviceorientation @uideviceorientation end |
.uigesturerecognizerstate ⇒ Object (readonly)
Returns the value of attribute uigesturerecognizerstate.
314 315 316 |
# File 'lib/cha_work/sugar/symbol.rb', line 314 def uigesturerecognizerstate @uigesturerecognizerstate end |
.uiimagecamera ⇒ Object (readonly)
Returns the value of attribute uiimagecamera.
305 306 307 |
# File 'lib/cha_work/sugar/symbol.rb', line 305 def uiimagecamera @uiimagecamera end |
.uiimagecapture ⇒ Object (readonly)
Returns the value of attribute uiimagecapture.
304 305 306 |
# File 'lib/cha_work/sugar/symbol.rb', line 304 def uiimagecapture @uiimagecapture end |
.uiimagequality ⇒ Object (readonly)
Returns the value of attribute uiimagequality.
306 307 308 |
# File 'lib/cha_work/sugar/symbol.rb', line 306 def uiimagequality @uiimagequality end |
.uiimagesource ⇒ Object (readonly)
Returns the value of attribute uiimagesource.
303 304 305 |
# File 'lib/cha_work/sugar/symbol.rb', line 303 def uiimagesource @uiimagesource end |
.uiinterfacemask ⇒ Object (readonly)
Returns the value of attribute uiinterfacemask.
249 250 251 |
# File 'lib/cha_work/sugar/symbol.rb', line 249 def uiinterfacemask @uiinterfacemask end |
.uiinterfaceorientation ⇒ Object (readonly)
Returns the value of attribute uiinterfaceorientation.
248 249 250 |
# File 'lib/cha_work/sugar/symbol.rb', line 248 def uiinterfaceorientation @uiinterfaceorientation end |
.uikeyboardtype ⇒ Object (readonly)
Returns the value of attribute uikeyboardtype.
255 256 257 |
# File 'lib/cha_work/sugar/symbol.rb', line 255 def uikeyboardtype @uikeyboardtype end |
.uikeyboardtype__deprecated ⇒ Object (readonly)
Returns the value of attribute uikeyboardtype__deprecated.
256 257 258 |
# File 'lib/cha_work/sugar/symbol.rb', line 256 def uikeyboardtype__deprecated @uikeyboardtype__deprecated end |
.uireturnkey ⇒ Object (readonly)
Returns the value of attribute uireturnkey.
253 254 255 |
# File 'lib/cha_work/sugar/symbol.rb', line 253 def uireturnkey @uireturnkey end |
.uireturnkey__deprecated ⇒ Object (readonly)
Returns the value of attribute uireturnkey__deprecated.
254 255 256 |
# File 'lib/cha_work/sugar/symbol.rb', line 254 def uireturnkey__deprecated @uireturnkey__deprecated end |
.uisegmentedstyle ⇒ Object (readonly)
Returns the value of attribute uisegmentedstyle.
280 281 282 |
# File 'lib/cha_work/sugar/symbol.rb', line 280 def uisegmentedstyle @uisegmentedstyle end |
.uistatusbarstyle ⇒ Object (readonly)
Returns the value of attribute uistatusbarstyle.
267 268 269 |
# File 'lib/cha_work/sugar/symbol.rb', line 267 def @uistatusbarstyle end |
.uitabbarsystemitem ⇒ Object (readonly)
Returns the value of attribute uitabbarsystemitem.
272 273 274 |
# File 'lib/cha_work/sugar/symbol.rb', line 272 def @uitabbarsystemitem end |
.uitablecellaccessorytype ⇒ Object (readonly)
Returns the value of attribute uitablecellaccessorytype.
291 292 293 |
# File 'lib/cha_work/sugar/symbol.rb', line 291 def uitablecellaccessorytype @uitablecellaccessorytype end |
.uitablecellaccessorytype__deprecated ⇒ Object (readonly)
Returns the value of attribute uitablecellaccessorytype__deprecated.
292 293 294 |
# File 'lib/cha_work/sugar/symbol.rb', line 292 def uitablecellaccessorytype__deprecated @uitablecellaccessorytype__deprecated end |
.uitablecellselectionstyle ⇒ Object (readonly)
Returns the value of attribute uitablecellselectionstyle.
293 294 295 |
# File 'lib/cha_work/sugar/symbol.rb', line 293 def uitablecellselectionstyle @uitablecellselectionstyle end |
.uitablecellseparatorstyle ⇒ Object (readonly)
Returns the value of attribute uitablecellseparatorstyle.
294 295 296 |
# File 'lib/cha_work/sugar/symbol.rb', line 294 def uitablecellseparatorstyle @uitablecellseparatorstyle end |
.uitablecellseparatorstyle__deprecated ⇒ Object (readonly)
Returns the value of attribute uitablecellseparatorstyle__deprecated.
295 296 297 |
# File 'lib/cha_work/sugar/symbol.rb', line 295 def uitablecellseparatorstyle__deprecated @uitablecellseparatorstyle__deprecated end |
.uitablecellstyle ⇒ Object (readonly)
Returns the value of attribute uitablecellstyle.
290 291 292 |
# File 'lib/cha_work/sugar/symbol.rb', line 290 def uitablecellstyle @uitablecellstyle end |
.uitablerowanimation ⇒ Object (readonly)
Returns the value of attribute uitablerowanimation.
289 290 291 |
# File 'lib/cha_work/sugar/symbol.rb', line 289 def uitablerowanimation @uitablerowanimation end |
.uitablestyle ⇒ Object (readonly)
Returns the value of attribute uitablestyle.
288 289 290 |
# File 'lib/cha_work/sugar/symbol.rb', line 288 def uitablestyle @uitablestyle end |
.uitextalignment ⇒ Object (readonly)
Returns the value of attribute uitextalignment.
257 258 259 |
# File 'lib/cha_work/sugar/symbol.rb', line 257 def uitextalignment @uitextalignment end |
Instance Method Details
#catimingfunction ⇒ Object Also known as: catiming
225 226 227 |
# File 'lib/cha_work/sugar/symbol.rb', line 225 def catimingfunction ChaWork.look_in(self, Symbol.catimingfunction, Symbol.catimingfunction__deprecated) end |
#cglinecap ⇒ Object Also known as: cglinecapstyle
230 231 232 |
# File 'lib/cha_work/sugar/symbol.rb', line 230 def cglinecap ChaWork.look_in(self, Symbol.cglinecap) end |
#cglinejoin ⇒ Object Also known as: cglinejoinstyle
235 236 237 |
# File 'lib/cha_work/sugar/symbol.rb', line 235 def cglinejoin ChaWork.look_in(self, Symbol.cglinejoin) end |
#nsdatestyle ⇒ Object Also known as: nsdateformatterstyle
82 83 84 |
# File 'lib/cha_work/sugar/symbol.rb', line 82 def nsdatestyle ChaWork.look_in(self, Symbol.nsdatestyle) end |
#nslinebreakmode ⇒ Object Also known as: nslinebreak
67 68 69 |
# File 'lib/cha_work/sugar/symbol.rb', line 67 def nslinebreakmode ChaWork.look_in(self, Symbol.nslinebreakmode) end |
#nsnumberstyle ⇒ Object Also known as: nsnumberformatterstyle
87 88 89 |
# File 'lib/cha_work/sugar/symbol.rb', line 87 def nsnumberstyle ChaWork.look_in(self, Symbol.nsnumberstyle, Symbol.nsnumberstyle__deprecated) end |
#nstextalignment ⇒ Object Also known as: nsalignment
57 58 59 |
# File 'lib/cha_work/sugar/symbol.rb', line 57 def nstextalignment ChaWork.look_in(self, Symbol.nstextalignment) end |
#uiactionstyle ⇒ Object Also known as: uiactionsheetstyle
191 192 193 |
# File 'lib/cha_work/sugar/symbol.rb', line 191 def uiactionstyle ChaWork.look_in(self, Symbol.uiactionstyle) end |
#uiactivityindicatorstyle ⇒ Object Also known as: uiactivityindicatorviewstyle
127 128 129 |
# File 'lib/cha_work/sugar/symbol.rb', line 127 def ChaWork.look_in(self, Symbol., Symbol.) end |
#uialertactionstyle ⇒ Object
200 201 202 |
# File 'lib/cha_work/sugar/symbol.rb', line 200 def uialertactionstyle ChaWork.look_in(self, Symbol.uialertactionstyle) end |
#uialertcontrollerstyle ⇒ Object
196 197 198 |
# File 'lib/cha_work/sugar/symbol.rb', line 196 def uialertcontrollerstyle ChaWork.look_in(self, Symbol.uialertcontrollerstyle) end |
#uialertstyle ⇒ Object Also known as: uialertviewstyle
186 187 188 |
# File 'lib/cha_work/sugar/symbol.rb', line 186 def uialertstyle ChaWork.look_in(self, Symbol.uialertstyle) end |
#uianimationcurve ⇒ Object Also known as: uiviewanimationcurve
146 147 148 |
# File 'lib/cha_work/sugar/symbol.rb', line 146 def uianimationcurve ChaWork.look_in(self, Symbol.uianimationcurve) end |
#uianimationoption ⇒ Object Also known as: uiviewanimationoption
151 152 153 |
# File 'lib/cha_work/sugar/symbol.rb', line 151 def uianimationoption ChaWork.look_in(self, Symbol.uianimationoption) end |
#uiautoresizemask ⇒ Object Also known as: uiviewautoresizing, uiautoresizingmask, uiautoresize
36 37 38 |
# File 'lib/cha_work/sugar/symbol.rb', line 36 def uiautoresizemask ChaWork.look_in(self, Symbol.uiautoresizemask, Symbol.uiautoresizemask__deprecated) end |
#uibarbuttonitem ⇒ Object
100 101 102 |
# File 'lib/cha_work/sugar/symbol.rb', line 100 def ChaWork.look_in(self, Symbol., Symbol.) end |
#uibarbuttonstyle ⇒ Object
104 105 106 |
# File 'lib/cha_work/sugar/symbol.rb', line 104 def ChaWork.look_in(self, Symbol.) end |
#uibarmetrics ⇒ Object
96 97 98 |
# File 'lib/cha_work/sugar/symbol.rb', line 96 def ChaWork.look_in(self, Symbol.) end |
#uibaselineadjustment ⇒ Object Also known as: uibaseline
72 73 74 |
# File 'lib/cha_work/sugar/symbol.rb', line 72 def uibaselineadjustment ChaWork.look_in(self, Symbol.uibaselineadjustment, Symbol.uibaselineadjustment__deprecated) end |
#uibordertype ⇒ Object Also known as: uiborderstyle
77 78 79 |
# File 'lib/cha_work/sugar/symbol.rb', line 77 def uibordertype ChaWork.look_in(self, Symbol.uibordertype) end |
#uibuttontype ⇒ Object
113 114 115 |
# File 'lib/cha_work/sugar/symbol.rb', line 113 def ChaWork.look_in(self, Symbol.) end |
#uicontentmode ⇒ Object Also known as: uiviewcontentmode
141 142 143 |
# File 'lib/cha_work/sugar/symbol.rb', line 141 def uicontentmode ChaWork.look_in(self, Symbol.uicontentmode, Symbol.uicontentmode__deprecated) end |
#uicontrolevent ⇒ Object
123 124 125 |
# File 'lib/cha_work/sugar/symbol.rb', line 123 def uicontrolevent ChaWork.look_in(self, Symbol.uicontrolevent, Symbol.uicontrolevent__deprecated) end |
#uicontrolstate ⇒ Object Also known as: uistate
117 118 119 |
# File 'lib/cha_work/sugar/symbol.rb', line 117 def uicontrolstate ChaWork.look_in(self, Symbol.uicontrolstate) end |
#uidatepickermode ⇒ Object
137 138 139 |
# File 'lib/cha_work/sugar/symbol.rb', line 137 def uidatepickermode ChaWork.look_in(self, Symbol.uidatepickermode, Symbol.uidatepickermode__deprecated) end |
#uidevice ⇒ Object
19 20 21 |
# File 'lib/cha_work/sugar/symbol.rb', line 19 def uidevice ChaWork.look_in(self, Symbol.uidevice) end |
#uideviceorientation ⇒ Object
23 24 25 |
# File 'lib/cha_work/sugar/symbol.rb', line 23 def uideviceorientation ChaWork.look_in(self, Symbol.uideviceorientation) end |
#uigesturerecognizerstate ⇒ Object Also known as: uigesturestate
240 241 242 |
# File 'lib/cha_work/sugar/symbol.rb', line 240 def uigesturerecognizerstate ChaWork.look_in(self, Symbol.uigesturerecognizerstate) end |
#uiimagecamera ⇒ Object Also known as: uiimagecameradevice, uiimagedevice
214 215 216 |
# File 'lib/cha_work/sugar/symbol.rb', line 214 def uiimagecamera ChaWork.look_in(self, Symbol.uiimagecamera) end |
#uiimagecapture ⇒ Object Also known as: uiimagecapturemode
209 210 211 |
# File 'lib/cha_work/sugar/symbol.rb', line 209 def uiimagecapture ChaWork.look_in(self, Symbol.uiimagecapture) end |
#uiimagequality ⇒ Object Also known as: uiimagequalitytype
220 221 222 |
# File 'lib/cha_work/sugar/symbol.rb', line 220 def uiimagequality ChaWork.look_in(self, Symbol.uiimagequality) end |
#uiimagesource ⇒ Object Also known as: uiimagesourcetype
204 205 206 |
# File 'lib/cha_work/sugar/symbol.rb', line 204 def uiimagesource ChaWork.look_in(self, Symbol.uiimagesource) end |
#uiinterfacemask ⇒ Object
32 33 34 |
# File 'lib/cha_work/sugar/symbol.rb', line 32 def uiinterfacemask ChaWork.look_in(self, Symbol.uiinterfacemask) end |
#uiinterfaceorientation ⇒ Object Also known as: uiorientation
27 28 29 |
# File 'lib/cha_work/sugar/symbol.rb', line 27 def uiinterfaceorientation ChaWork.look_in(self, Symbol.uiinterfaceorientation) end |
#uikeyboardtype ⇒ Object
47 48 49 |
# File 'lib/cha_work/sugar/symbol.rb', line 47 def uikeyboardtype ChaWork.look_in(self, Symbol.uikeyboardtype, Symbol.uikeyboardtype__deprecated) end |
#uilinebreakmode ⇒ Object
62 63 64 65 |
# File 'lib/cha_work/sugar/symbol.rb', line 62 def uilinebreakmode ChaWork.log('uilinebreakmode is deprecated. Use nslinebreakmode instead.') ChaWork.look_in(self, Symbol.nslinebreakmode) end |
#uireturnkey ⇒ Object
43 44 45 |
# File 'lib/cha_work/sugar/symbol.rb', line 43 def uireturnkey ChaWork.look_in(self, Symbol.uireturnkey, Symbol.uireturnkey__deprecated) end |
#uisegmentedstyle ⇒ Object Also known as: uisegmentedcontrolstyle
132 133 134 |
# File 'lib/cha_work/sugar/symbol.rb', line 132 def uisegmentedstyle ChaWork.look_in(self, Symbol.uisegmentedstyle) end |
#uistatusbarstyle ⇒ Object
92 93 94 |
# File 'lib/cha_work/sugar/symbol.rb', line 92 def ChaWork.look_in(self, Symbol.) end |
#uitabbarsystemitem ⇒ Object Also known as: uitabbaritem
108 109 110 |
# File 'lib/cha_work/sugar/symbol.rb', line 108 def ChaWork.look_in(self, Symbol.) end |
#uitablecellaccessorytype ⇒ Object Also known as: uitablecellaccessory, uitableviewcellaccessorytype
171 172 173 |
# File 'lib/cha_work/sugar/symbol.rb', line 171 def uitablecellaccessorytype ChaWork.look_in(self, Symbol.uitablecellaccessorytype, Symbol.uitablecellaccessorytype__deprecated) end |
#uitablecellselectionstyle ⇒ Object Also known as: uitableviewcellselectionstyle
177 178 179 |
# File 'lib/cha_work/sugar/symbol.rb', line 177 def uitablecellselectionstyle ChaWork.look_in(self, Symbol.uitablecellselectionstyle) end |
#uitablecellseparatorstyle ⇒ Object
182 183 184 |
# File 'lib/cha_work/sugar/symbol.rb', line 182 def uitablecellseparatorstyle ChaWork.look_in(self, Symbol.uitablecellseparatorstyle, Symbol.uitablecellseparatorstyle__deprecated) end |
#uitablecellstyle ⇒ Object Also known as: uitableviewcellstyle
166 167 168 |
# File 'lib/cha_work/sugar/symbol.rb', line 166 def uitablecellstyle ChaWork.look_in(self, Symbol.uitablecellstyle) end |
#uitablerowanimation ⇒ Object Also known as: uitableviewrowanimation
161 162 163 |
# File 'lib/cha_work/sugar/symbol.rb', line 161 def uitablerowanimation ChaWork.look_in(self, Symbol.uitablerowanimation) end |
#uitablestyle ⇒ Object Also known as: uitableviewstyle
156 157 158 |
# File 'lib/cha_work/sugar/symbol.rb', line 156 def uitablestyle ChaWork.look_in(self, Symbol.uitablestyle) end |
#uitextalignment ⇒ Object Also known as: uialignment
51 52 53 54 |
# File 'lib/cha_work/sugar/symbol.rb', line 51 def uitextalignment ChaWork.log('uitextalignment is deprecated. Use nstextalignment instead.') ChaWork.look_in(self, Symbol.nstextalignment) end |