Xcode 7 Beta 3 is the third beta release of Apple's IDE. It fixes many bugs along with the introduction of a few minor updates. The official launch of Xcode 7 will be in September along with iOS 9
Questions tagged [xcode7-beta3]
53 questions
0
votes
2 answers
How to display user location marker in mapbox-gl?
After following the Mapbox First Steps guide I haven't been able to figure out how to get a user's location to display in the app. Has anyone successfully gotten the user location marker to show up in iOS9 using the latest MapboxGL build? My…

Mike Smith
- 87
- 9
0
votes
2 answers
Swift 2.0 doesn't let me make UIAlertAction
this picture should say enough:
I have been scouring the web to find answers and none else seems to have this problem. I am using Xcode 7 Beta 3 with Swift 2. I can't figure out what's wrong.
Thanks in advance
EDIT:
Here's the code:
func…

Nerdy Lime Apps
- 331
- 2
- 5
- 18
0
votes
1 answer
xcode 7 beta 3 swift UIPageViewController subview resizing issue
I followed the tutorial online to test UIPageViewController. Everything ran well in the simulator, but when I tested it in my iphone 5s and iphone 6, the transition looked wired like the gif image. It looks like the subview was resizing after…

Hunter Chung
- 99
- 1
- 5
0
votes
1 answer
cannot set UIEdgeInsets of table View in swift 2.0 xcode 7 beta
I am trying to set UIEdgetInsets of TableView in Xcode7 beta with swift 2.0
here is my code
I keep getting this error while setting UIEdgeInsets

Sumit Oberoi
- 3,455
- 2
- 18
- 18
0
votes
1 answer
How to set a tap for imageview array in Swift/Xcode
I am trying to set tap listeners for each imageview from my imageview array and print when one is selected. Ideally I would like each imageview to have its on listener - such as "imageview 2 was selected." Thanks!
class ViewController2:…

user190494
- 509
- 2
- 8
- 20
0
votes
1 answer
XCODE Beta Development
I have a question about the BETA realeases of XCODE. Now it is possible to download the BETA of XCODE7.
Is it possible to Develop a complete Application from this BETA, with installer etc. or will I have to wait for a standart Version?
The reason…

Silve2611
- 2,198
- 2
- 34
- 55
0
votes
1 answer
XCode 7 Beta 3 - Array extension
Old version of code before XCode 7 Beta 3:
extension Array {
func filterByIndex(indices: S) -> [T] {
return Array(PermutationGenerator(elements: self, indices: indices))
}
func…

Bogdan Bogdanov
- 882
- 11
- 36
- 79
0
votes
1 answer
Handoff does not work with iOS 9 devices
Trying to force Handoff functionality to work on iPhone 5 and iPad Air with iOS 9 devices and encounter issues that I think is iOS9-related - cannot check on iOS 8 because I have no devices with this system.
Problem:
I am opening app on first…

Tomasz Szulc
- 4,217
- 4
- 43
- 79