Skip to content
#

Objective-C

objective-c logo

Objective-C builds on the foundations of ANSI C. Compared to other object-oriented languages based on C, Objective-C is very dynamic. Dynamism enables the construction of sophisticated development tools. Since Objective-C incorporates C, one gets all the benefits of C when working within Objective-C.

Here are 4,726 public repositories matching this topic...

maxiundtesa
maxiundtesa commented Sep 1, 2018

General information

  • IGListKit version: 3.4.0
  • iOS version(s): 11.4
  • Xcode version: 9.4.1
  • Reproducible in the demo project?: Yes

Hello,
I think I found a bug: If you call contentView.frame.size inside your bindViewModel method, it returns the size of the xib (in storyboard), not the size of the cell, which was specified in the `sectionController(_ sectionController: ListBi

DivyaSaraswati23
DivyaSaraswati23 commented Sep 16, 2019

The following informations are requested in a bug report

  • Set placeholder type to none
    set vertical scrolling
    set weekday header height = 0
    Now select a date in a month 26 or 27 or any
    Now scroll to next month and come back and try to tap for date on first row.
    It won't occur frequently but it will happen .

  • Integration method :- cocoa-pods

  • Xcode version. 10.2

  • FS

iangithubusername
iangithubusername commented Dec 30, 2019

I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?

If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n

MattCarr147
MattCarr147 commented Sep 14, 2017

If a particularly long placeholder is used, such that the text exceeds the bounds of the TextView, then there is no way to view the clipped text.

Using the following text, for example:

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer in felis eget lacus sagittissemper. Suspendisse potenti. Donec bibendum commodo justo, eu vulputate elit iaculis eget. Duis sollicitudin pulv

binary132
binary132 commented Jan 8, 2019

Where can I find public-facing (not a comment in a source file, or implementation source code) documentation about the GC implementation in Kotlin/native? When disabling the GC, what happens to orphaned references?

samwalshnz
samwalshnz commented Apr 6, 2019

User story:
I'm watching a YouTube video. The person speaking in the video pauses for a moment before sentences. The pauses are long enough to be considered as 'silent' to BackgroundMusic and therefore the music plays, but then the person speaking in the video continues speaking, triggering the music playback to stop. Note: there's also a delay between the moment the person starts speaking a

Created by Tom Love and Brad Cox

Released 1984

Website
developer.apple.com/documentation/objectivec
Wikipedia
Wikipedia

Related Topics

c clang language swift
You can’t perform that action at this time.