HiSome applications when swapping its table cells they shows the actions buttons thats revealed as circle not the default square shape, haw this can be done ?--Kindest Regards
Post
Replies
Boosts
Views
Activity
HiWhen implementing the swipe function for Table View Cells we use UIContextualAction to customize the buttons that shows under, such as normal or dusctructive, haw I can custoize them such as changing the color, font size, maybe showing icons ? and haw to link them to actions ?--Kindest Regards
HiIf I use navigation controller it will place the navigation bar at top, for design resin I need it at bottom, is that possible ?--Kindest Regards
HiWhat Im trying to do is navigating from cell to view controller, I tried 2 ways first by direct control+drag from table cell to the view controller and choosing show and the other is control+drag from the view controller that have the table to the destination view controller then using perfom segue, with both methods I get a pop over kind of view controller, haw ever i tried to change such as making segue type from show to details show it keep showing as pop over ? haw can we fix that ?--Kindest Regardsh ttps://www.dropbox.com/s/x6t1dfmkklm2srw/Table%20View%20copy.zip?dl=0
HiAlthough I mage a TableView and dropped a cell and changed its style to Sub Title and loaded the info, but stillat run time the details text not showing ? project at link below.--Kindest Regardsh ttp s://www.dropbox.com/s/atmynl4nu6zekjx/tableView.zip?dl=0
I see some posts about the MARK: keyword and that it will show code below it somewhere, I put this keyword above a line of code but nothing happen and cant see it anywhere ?--Kindest Regards
HiI have some parts of code that isnt inside a function such as a big array, is it possible to make that area foldable in Xcode 11.3 ?--Kindest Regards
HiI have a long table view but cant scroll using scroll gesture in simulator on magic mouse unless I click and drag, is there any settingsI should do or scrolling isnt supported ?Regards
HiI tried to caputre the hover event over a label as described from Apple in first link, I outlet for the label and added the gesture to itand before that linked the gesture to a function, but I keep geting the error "Use of unresolved identifier UIHoverGestureRecognizer"not sure why ? the simple demo is in dropbox link.--Kindest Regardsh ttps://developer.apple.com/documentation/uikit/uihovergesturerecognizerh ttps://www.dropbox.com/s/c1tjrjtzmd6wk05/Gestures%20Demo.zip?dl=0
HiIn Apple whats new in Xcode 11 video I sow the presenter showing some actions context menu when clicking or rithg clicking onfunction name, I tried to do that with click, right click, option click nothing worked ? in link below the light image is from Apple presentorthe dark one is mine ?--Kindest Regardshttps://www.icloud.com/sharedalbum/#B0z5M3v1gG6jR1Z
HiI dont understand whats Schemas used for ? also same for Targets ? also for frameworks suppose I want to create onefor macOS and just add simple class in it and use it from different Apps how can this ne done ? any examples demosor readings ?--Kindest Regards
HiBefore when creating new projects theres a check box for source control, now its not there so how to use this feature ?--Kindest Regards
HiSuppose i made a macOS App and want to connect to Oracle or mySQL Database I heard best way is using JSON which i dontknow anything about it, where can I find good reading about it thats specifically related to macOS or iOS Apps ?--Kindest Regards
HiViewControllers events are easy to catch just open its file and well see viewdid load and other stuff, but how to catch windows based events such as when window get resized or minimized ? and in which file well find them ?--Kindest Regards
HiWhen wiring things in a Storboard and control+draging to let a button show a window in a macOS application where this codewill be added ? in which file ? can it be editied by code ?--Kindest Regards