Posts

Post marked as Apple Recommended
Did you see c-v-v field when purchased? Because I didn't, only able to enter number and date.
Post marked as Apple Recommended
I have the same trouble, from Ukraine. 3 weeks no success, one week no response from support. Tried 4 different cards for payment, all orders became cancelled without any request to the bank.
Post not yet marked as solved
2 Replies
Not sure I understand how resetting contentOffset will help (especially I use it for different calculations). I need all usual behavior, just disable user interactions for scroll indicators while indicators still visible and work/animates as usual.
Post marked as solved
6 Replies
Creating custom merge policy is an interesting idea. I will try to find any info about that, did not know it's possible.Creating another property can work too.Thanks!
Post not yet marked as solved
11 Replies
If "So, you do not need UIImageView for your purpose." was final clear advice that describes the solution and I just misunderstood, then I am really sorry for additional question)))
Post not yet marked as solved
11 Replies
Clarifying:I need tiled background with repetitive seamless imageI need to somehow set "offset" (actually the point from which image will start drawing or will be moved to that amount, it's going to imitate infinite background scroll)No matter it will be UIImageView or not. (Maybe it can be done with UIView extension or any other solution. I just cannot find any solution here that will not be overcomplicated). So, any real advice is highly appreciated.
Post not yet marked as solved
11 Replies
So, do you know the solution or specific advice?))) Did you have such experience?
Post not yet marked as solved
11 Replies
It’s example to show behavior of tiled image I need. I don’t say Photoshop use Cocoa or Swift. It’s reply for Claude31 to explain what I mean by offset of tiling images.
Post not yet marked as solved
11 Replies
Offset like in any scroll view. Here is the example of moving tiled image in Photoshop to be clear.https://vimeo.com/405376793https://vimeo.com/405376793I can create tiled background, but cannot figure out how to scroll it.
Post not yet marked as solved
8 Replies
Hi Claude,In inspector, I could make the Base visible, so it appeared in the tree under other languages.But, that did not add Base checkbox for Localizable.strings, so that Base was just useless. More than that, I could not delete that base from the inspector after adding))) Even after deleting the file, not removable ghost was hanging in the inspector. I could delete it only by editing directly the project.pbxproj file inside .xcodeproj project package with text editor, removed appropriate row there.Yes, I've checked Use Base internationalizattion from the beginning and have Base on all xib files and storyboard.
Post not yet marked as solved
8 Replies
Thanks, tried just now, but that did not work. I could get Localizable.strings (Base) sub file in the inspector after drag it under the main Localizable.strings as you said. But when I select parent Localizable.strings, it still don't have "Base" chackbox, only languages.
Post not yet marked as solved
8 Replies
There was no Base.lproj folder for Localizable.strings.I've created one near en.lproj and others (as you said directly), copied Localizable.strings there from en.lproj, reloaded XCode and project.No success, still have only English and other checkboxes, no Base checkbox.
Post not yet marked as solved
6 Replies
Oh sorry for the confusion. I might described the situation not enough in question... thanks for trying to help, but I already designed all tableView, did 3 sections, 2 of them have cells with white background, 1 transparent, they designed in xib. That is all done and I would not waste your time with simple questions like setting cell bg))) The problem is: I have an image under the tableview, let’s say grey, tableview bg is .clear. Cells are .white. When I: 1. change tableview scale, 2. animate tableview updates like add/move/remove row — tiny gaps appear/disappear fast between some cells randomly and it looks like tiny blinking grey lines where bg under tableview is visible.
Post not yet marked as solved
6 Replies
Section header is just another cell technically, I was need background under the whole section)) But ok, I’ll use another solution. No way to set section BG.
Post not yet marked as solved
6 Replies
Thanks but that don't work. I've tried the same trich with the shadow sticked to the last section's cell.The problem: It cannot handle batchUpdates animations. When I insert, delete rows and section size changes, sticked view does not being animated. Ok, seems like that is impossible, I've searched everywhere.