Posts by Danilo • 55 points
12 posts
-
0
votes0
answers453
viewsQ: Error 403 Access Prohibited
I’m using Xampp and virtual host, I’ve already followed a tutorial from the internet and I still get this 403 error.I’ve already set up the httpd.conf and httpd-vhosts.conf files and I don’t know…
-
0
votes1
answer30
viewsA: How to redeem an item from a relationship with Swift?
I was able to access the relationship attribute using instead of vafalue for key I used value for key path and passed as parameter ("relationship.attribute")
-
0
votes1
answer30
viewsQ: How to redeem an item from a relationship with Swift?
Hello I am trying to store in a variable the value of an item of a relationship. The relationship is "friends" and in it there are some attributes like "friendship". I would like to store the value…
-
0
votes3
answers106
viewsQ: Different layout for landscape
good afternoon. I don’t know how to make a different layout, specific to landscape...but I wanted to do it in storyboard not in code, someone knows? Thanks.
-
1
votes1
answer53
viewsQ: Create custom map using corelocation
I wonder if there is a way to insert a map made by you and not google maps. I am trying to create an indoor application Location and I have to insert a plant instead of google maps. Anyone there…
-
0
votes1
answer111
viewsQ: Insert uilabel or uibutton into an image
I wonder if there is a way to create a link in a text using label or button inside an image. To insert text into an image just insert : campotexto.draw and to insert label or button someone knows if…
-
0
votes2
answers78
viewsA: Picture is stretched when I turn a page on Pageviewcontroller
I managed to solve the problem! I hadn’t tagged clip to Bounds in my view yet just in imageview by changing it worked out.Thank you all.
-
0
votes2
answers78
viewsQ: Picture is stretched when I turn a page on Pageviewcontroller
Hello I’m new in Swift and I don’t understand why the image stretches when I turn a page using PageViewController as I will show in the image below: This picture is normal, it’s when I haven’t…
-
1
votes1
answer189
viewsA: 'The number of view controllers provided (2) doesn’t match the number required (1) for the requested Transition'
I solved the problem I was leaving my code inside viewWillAppear , while putting now in viewDidLoad worked.
-
1
votes1
answer189
viewsQ: 'The number of view controllers provided (2) doesn’t match the number required (1) for the requested Transition'
I’m using TabBarController and I get this mistake : The number of view controllers provided (2) doesn’t match the number required (1) for the requested Transition When I exit the home screen and…
-
0
votes1
answer67
viewsA: Relationship is equal to 0
I managed to solve this problem.... as I had never messed with relationships in Core Data did not know that I had to popular the relationship rs now it’s all going well !
-
2
votes1
answer67
viewsQ: Relationship is equal to 0
I’m new to core dating and I don’t know what’s going on. I have a many to many relationship between the entity News and Friends as shown below: I created Nsmanagedobject Subclass but I didn’t change…