Questions tagged [xcode6-beta5]
27 questions
1
vote
1 answer
Only Partial tableview cell contents are visible in Xcode_6 beta 5
I am using Xcode 6, Beta 5. Swift language.
My code has viewcontroller with a tableview and a custom tableview cell.
There are 3 labels and an imageview in the tableCell.
The problem is: only half of the cell appears.
It looks like…

Renu
- 147
- 2
- 11
1
vote
0 answers
Can you use Storyboards to set auto-layout constraints on the contentView of a CollectionViewCell, as to take advantage of self-sizing cells in iOS 8?
I'm using Xcode 6 beta 5 at the moment, eager to try out the cool self-sizing collection view cells functionality introduced in iOS 8. It was introduced in the WWDC 2014 session 226: "What's New In Table Views and Collection Views".…

fatuhoku
- 4,815
- 3
- 30
- 70
1
vote
0 answers
SpeechKit/SpeechKit In Extension App like Custom Keyboard
I have tried any posible way of importing this framework in my custom extension keyboard, but I have failed all the trials that I think is possible.
1st.
I have tried it in full swift code, importing that framwork using bridging header. But, Most of…

eNeF
- 3,241
- 2
- 18
- 41
0
votes
1 answer
UITabBarItem Image wrong size
I'm using a storyboard with a TabBarViewController. The UIViewController of the tabs are embedded in UINavigationViewController. I'm using .png files and added through the attributes inspector to the view. At the size inspector the Image Inset is…

Joe
- 207
- 1
- 2
- 9
0
votes
2 answers
Create Segue from Custom Cell UIButton to a ViewController
I want to create a segue from (a) a UIButton (in a custom cell of a tableview) and (b) a custom cell in general to a UIViewController. The custom cell is specified in a .xib file. I read that I just should control drag from the UIButton / custom…

Joe
- 207
- 1
- 2
- 9
0
votes
1 answer
UITabBarItem Image doesn't show up
I'm using storyboard and a TabBarNavigation Controller. The View Controller of the tabs are embedded in NavigationController. I didn't set the image of the first TabBarItem in the storyboard.
The png files don't show up. Only a gray square is…

Joe
- 207
- 1
- 2
- 9
0
votes
2 answers
(Swift) Error: UIApplicationMain attribute cannot be used in a module
So, as part of my effort to learn Swift, I got my hands on the open source "Adventure" project (found HERE) made available by Apple.
Embarrassingly, I didn't go too far before I ran into my first predicament. When I tried to compile the project, I…

BinaryCat
- 1,220
- 2
- 17
- 32
0
votes
1 answer
Protocol declaration in Swift - Xcode 6 beta 5
With Xcode 6 beta 5 protocol and delegate doesn't work like first. printCar() is not invoked when self.delegate?.printCar() it's called. How can I use protocol & delegate now?
import UIKit
protocol communication{
func printCar()
}
class car{
…

Marco
- 1,057
- 1
- 19
- 36
0
votes
1 answer
Function declared with a parameter of type Dictionary shows another parameter type
I'm having a problem, and I can't find the solution, I have an extension of an object Article, which has a func which creates the object with the data contained in a dictionary passed as a parameter to the func, this is the code:
protocol…

diegomen
- 1,804
- 1
- 23
- 37
0
votes
0 answers
xcode6-beta5 crashes when creating a dictionary
I'm a little puzzled as to why switching from xcode6-beta4 to xcode6-beta5 would bring breaking changes to my app! However, here is what I am looking at,
This code belongs to a view controller. I'm not sure what other information could be…

Ethan
- 1,567
- 11
- 16
0
votes
3 answers
XCode6 not enabling development on iOS8 iPhone device
I realise this is a duplicate of a few other questions:
Ineligible Devices section appeared in Xcode 6.x.x
Xcode 6 won't let me develop on my iOS 8 phone
But I'm hoping to provide more detail.
Different messages appear at different times in the…

Dev Kanchen
- 2,332
- 3
- 28
- 40
-1
votes
1 answer
Populate TableViewController
I am new to Swift and I dont have experience in coding in Objective C. The problem I am facing is that, when I populate data from the class object into table view cells all the cells show the same data (the last recently accessed array object).…

ranafde
- 157
- 2
- 7