FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
SimpleButton/docs/Structs/SimpleButtonControlState.html at master · bbombb/SimpleButton · GitHub
bbombb
/
SimpleButton
Public
forked from
aloco/SimpleButton
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
SimpleButton
/
docs
/
Structs
/
SimpleButtonControlState.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
103 lines (98 loc) · 4.26 KB
Breadcrumbs
SimpleButton
/
docs
/
Structs
/
SimpleButtonControlState.html
Copy path
File metadata and controls
103 lines (98 loc) · 4.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html
>
<
html
lang
="
en
"
>
<
head
>
<
title
>
SimpleButtonControlState Structure Reference
</
title
>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
../css/jazzy.css
"
/>
<
link
rel
="
stylesheet
"
type
="
text/css
"
href
="
../css/highlight.css
"
/>
<
meta
charset
='
utf-8
'
>
<
script
src
="
../js/jquery.min.js
"
defer
>
</
script
>
<
script
src
="
../js/jazzy.js
"
defer
>
</
script
>
</
head
>
<
body
>
<
a
name
="
//apple_ref/swift/Struct/SimpleButtonControlState
"
class
="
dashAnchor
"
>
</
a
>
<
a
title
="
SimpleButtonControlState Structure Reference
"
>
</
a
>
<
header
>
<
div
class
="
content-wrapper
"
>
<
p
>
<
a
href
="
../index.html
"
>
SimpleButton Docs
</
a
>
(65% documented)
</
p
>
</
div
>
</
header
>
<
div
class
="
content-wrapper
"
>
<
p
id
="
breadcrumbs
"
>
<
a
href
="
../index.html
"
>
SimpleButton Reference
</
a
>
<
img
id
="
carat
"
src
="
../img/carat.png
"
/>
SimpleButtonControlState Structure Reference
</
p
>
</
div
>
<
div
class
="
content-wrapper
"
>
<
nav
class
="
sidebar
"
>
<
ul
class
="
nav-groups
"
>
<
li
class
="
nav-group-name
"
>
<
a
href
="
../Classes.html
"
>
Classes
</
a
>
<
ul
class
="
nav-group-tasks
"
>
<
li
class
="
nav-group-task
"
>
<
a
href
="
../Classes/SimpleButton.html
"
>
SimpleButton
</
a
>
</
li
>
</
ul
>
</
li
>
<
li
class
="
nav-group-name
"
>
<
a
href
="
../Structs.html
"
>
Structures
</
a
>
<
ul
class
="
nav-group-tasks
"
>
<
li
class
="
nav-group-task
"
>
<
a
href
="
../Structs/SimpleButtonControlState.html
"
>
SimpleButtonControlState
</
a
>
</
li
>
</
ul
>
</
li
>
</
ul
>
</
nav
>
<
article
class
="
main-content
"
>
<
section
>
<
section
class
="
section
"
>
<
h1
>
SimpleButtonControlState
</
h1
>
<
div
class
="
declaration
"
>
<
div
class
="
language
"
>
<
pre
class
="
highlight swift
"
>
<
code
>
<
span
class
="
kd
"
>
public
</
span
>
<
span
class
="
kd
"
>
struct
</
span
>
<
span
class
="
kt
"
>
SimpleButtonControlState
</
span
>
</
code
>
</
pre
>
</
div
>
</
div
>
<
p
>
Custom SimpleButton control state
</
p
>
</
section
>
<
section
class
="
section task-group-section
"
>
<
div
class
="
task-group
"
>
<
ul
>
<
li
class
="
item
"
>
<
div
>
<
code
>
<
a
name
="
/s:12SimpleButton0aB12ControlStateV7loadingSo09UIControlD0VvpZ
"
>
</
a
>
<
a
name
="
//apple_ref/swift/Variable/loading
"
class
="
dashAnchor
"
>
</
a
>
<
a
class
="
token
"
href
="
#/s:12SimpleButton0aB12ControlStateV7loadingSo09UIControlD0VvpZ
"
>
loading
</
a
>
</
code
>
</
div
>
<
div
class
="
height-container
"
>
<
div
class
="
pointer-container
"
>
</
div
>
<
section
class
="
section
"
>
<
div
class
="
pointer
"
>
</
div
>
<
div
class
="
abstract
"
>
<
p
>
Indicates loading state of SimpleButton
</
p
>
</
div
>
<
div
class
="
declaration
"
>
<
h4
>
Declaration
</
h4
>
<
div
class
="
language
"
>
<
p
class
="
aside-title
"
>
Swift
</
p
>
<
pre
class
="
highlight swift
"
>
<
code
>
<
span
class
="
kd
"
>
public
</
span
>
<
span
class
="
kd
"
>
static
</
span
>
<
span
class
="
k
"
>
let
</
span
>
<
span
class
="
nv
"
>
loading
</
span
>
<
span
class
="
p
"
>
:
</
span
>
<
span
class
="
kt
"
>
UIControl
</
span
>
<
span
class
="
o
"
>
.
</
span
>
<
span
class
="
kt
"
>
State
</
span
>
</
code
>
</
pre
>
</
div
>
</
div
>
</
section
>
</
div
>
</
li
>
</
ul
>
</
div
>
</
section
>
</
section
>
<
section
id
="
footer
"
>
<
p
>
© 2018
<
a
class
="
link
"
href
="
https://github.com/aloco/SimpleButton
"
target
="
_blank
"
rel
="
external
"
>
Andreas Tinoco Lobo
</
a
>
. All rights reserved. (Last updated: 2018-12-29)
</
p
>
<
p
>
Generated by
<
a
class
="
link
"
href
="
https://github.com/realm/jazzy
"
target
="
_blank
"
rel
="
external
"
>
jazzy ♪♫ v0.9.4
</
a
>
, a
<
a
class
="
link
"
href
="
https://realm.io
"
target
="
_blank
"
rel
="
external
"
>
Realm
</
a
>
project.
</
p
>
</
section
>
</
article
>
</
div
>
</
body
>
</
div
>
</
html
>
Back
|
FazBrowse Home
|
New Git URL