Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
99aaa7d9
Kaydet (Commit)
99aaa7d9
authored
Tem 15, 2013
tarafından
siqi
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
click on next slide preview will bring users to the next slide
üst
84ceab81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
iPhone_autoSize.storyboard
ios/iosremote/iosremote/en.lproj/iPhone_autoSize.storyboard
+2
-1
slideShow_vc.m
ios/iosremote/iosremote/slideShow_vc.m
+7
-1
No files found.
ios/iosremote/iosremote/en.lproj/iPhone_autoSize.storyboard
Dosyayı görüntüle @
99aaa7d9
...
@@ -299,7 +299,7 @@
...
@@ -299,7 +299,7 @@
<rect
key=
"frame"
x=
"3"
y=
"3"
width=
"86"
height=
"172"
/>
<rect
key=
"frame"
x=
"3"
y=
"3"
width=
"86"
height=
"172"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxX=
"YES"
heightSizable=
"YES"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMaxX=
"YES"
heightSizable=
"YES"
/>
<subviews>
<subviews>
<imageView
userInteractionEnabled=
"NO"
contentMode=
"scaleAspectFit"
verticalCompressionResistancePriority=
"1000"
id=
"B2g-rO-b9G"
>
<imageView
contentMode=
"scaleAspectFit"
verticalCompressionResistancePriority=
"1000"
id=
"B2g-rO-b9G"
>
<rect
key=
"frame"
x=
"0.0"
y=
"104"
width=
"86"
height=
"68"
/>
<rect
key=
"frame"
x=
"0.0"
y=
"104"
width=
"86"
height=
"68"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMinY=
"YES"
heightSizable=
"YES"
/>
<autoresizingMask
key=
"autoresizingMask"
widthSizable=
"YES"
flexibleMinY=
"YES"
heightSizable=
"YES"
/>
<color
key=
"backgroundColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
<color
key=
"backgroundColor"
white=
"1"
alpha=
"1"
colorSpace=
"calibratedWhite"
/>
...
@@ -627,6 +627,7 @@
...
@@ -627,6 +627,7 @@
<class
className=
"slideShowPreviewTable_vc"
superclassName=
"UITableViewController"
>
<class
className=
"slideShowPreviewTable_vc"
superclassName=
"UITableViewController"
>
<source
key=
"sourceIdentifier"
type=
"project"
relativePath=
"./Classes/slideShowPreviewTable_vc.h"
/>
<source
key=
"sourceIdentifier"
type=
"project"
relativePath=
"./Classes/slideShowPreviewTable_vc.h"
/>
<relationships>
<relationships>
<relationship
kind=
"action"
name=
"startPresentationAction:"
/>
<relationship
kind=
"outlet"
name=
"optionsTable"
candidateClass=
"UITableView"
/>
<relationship
kind=
"outlet"
name=
"optionsTable"
candidateClass=
"UITableView"
/>
</relationships>
</relationships>
</class>
</class>
...
...
ios/iosremote/iosremote/slideShow_vc.m
Dosyayı görüntüle @
99aaa7d9
...
@@ -186,8 +186,8 @@
...
@@ -186,8 +186,8 @@
}
}
-
(
void
)
touchesBegan
:
(
NSSet
*
)
touches
withEvent
:
(
UIEvent
*
)
event
{
-
(
void
)
touchesBegan
:
(
NSSet
*
)
touches
withEvent
:
(
UIEvent
*
)
event
{
UITouch
*
touch
=
[[
event
allTouches
]
anyObject
];
if
(
!
self
.
touchPointerImage
.
isHidden
){
if
(
!
self
.
touchPointerImage
.
isHidden
){
UITouch
*
touch
=
[[
event
allTouches
]
anyObject
];
CGPoint
loc
=
[
touch
locationInView
:
self
.
touchPointerImage
];
CGPoint
loc
=
[
touch
locationInView
:
self
.
touchPointerImage
];
if
(
loc
.
x
>=
0
&&
loc
.
x
<=
self
.
touchPointerImage
.
frame
.
size
.
width
if
(
loc
.
x
>=
0
&&
loc
.
x
<=
self
.
touchPointerImage
.
frame
.
size
.
width
&&
loc
.
y
>=
0
&&
loc
.
y
<=
self
.
touchPointerImage
.
frame
.
size
.
height
){
&&
loc
.
y
>=
0
&&
loc
.
y
<=
self
.
touchPointerImage
.
frame
.
size
.
height
){
...
@@ -198,6 +198,12 @@
...
@@ -198,6 +198,12 @@
[
self
.
movingPointer
setHidden
:
NO
];
[
self
.
movingPointer
setHidden
:
NO
];
}
}
}
}
if
([
touch
view
]
==
self
.
secondarySlideView
)
{
// Change to the next slide when secondary slide is clicked
[
self
nextSlideAction
:
nil
];
}
}
}
-
(
void
)
touchesMoved
:
(
NSSet
*
)
touches
withEvent
:
(
UIEvent
*
)
event
-
(
void
)
touchesMoved
:
(
NSSet
*
)
touches
withEvent
:
(
UIEvent
*
)
event
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment