Tagged Questions
The categories tag has no wiki summary.
27
votes
3answers
6k views
Objective-C categories in static library
Can you guide me how to properly link static library to iphone project. I use staic library project added to app project as direct dependency (target -> general -> direct dependecies) and all works ...
12
votes
2answers
3k views
Using Super in an Objective C Category?
I'd like to override a method in an Objective C class that I don't have the source to.
I've looked into it, and it appears that Categories should allow me to do this, but I'd like to use the result ...
10
votes
3answers
2k views
How do I use objc_setAssociatedObject/objc_getAssociatedObject inside an object?
If I use objc_setAssociatedObject/objc_getAssociatedObject inside a category implementation to store a simulated instance variable in a setter method, how would I access the key in the getter method ...
10
votes
2answers
1k views
Doxygen and Objective-C categories
Although the latest releases of Doxygen claim better handling of Objective-C categories, it still seems to choke on categories in my source code. I'm wondering if someone has gotten it to document ...
9
votes
1answer
161 views
Best practice for Cocoa category naming conventions
I am tidying up my ancient Cocoa code to use modern naming conventions. There has been lots of discussion on best practices, but I'm unsure of one thing.
I'm thinking about adding a prefix to ...
9
votes
2answers
3k views
iPhone Obj-C: Anonymous Category or “private” Category?
Style-wise (and functionally, if there is any difference), for declaring private methods, which of these is better?
@interface MyClass()
@interface MyClass(private)
8
votes
1answer
203 views
Can a category implement a protocol in Objective C?
I have a category on NSDate and it would be convenient if it could implement a protocol I previously created. Is this possible? what's the correct syntax for this?
8
votes
4answers
3k views
Categories in static library for iPhone device 3.0
I have categories in my static library. Any application developer should set -ObjC flag to "Other Linker Flags" to use my static library properly. It works fine for iPhone device/iPhone Simulator 2.x ...
7
votes
4answers
289 views
Is calling super in a category the same as calling it in a subclass?
Does calling [super init] do the same thing in a category as a subclass? If not, what's the difference?
6
votes
2answers
181 views
Categories on NSObject — keeping it safe
Apple has this to say:
Categories of the Root Class
A category can add methods to any class, including the root class. Methods added to NSObject become available to all classes that are linked to ...
6
votes
4answers
834 views
Does allowing a category to have multiple parents make sense? Are there alternatives?
Short question: How should product categories that appear under multiple categories be managed? Is it a bad practice to do so at all?
Background info:
We have a product database with categories likes ...
5
votes
5answers
2k views
Instance Variables for Objective C Categories
I have a situation where it seems like I need to add instance variables to a category, but I know from Apple's docs that I can't do that. So I'm wondering what the best alternative or workaround is.
...
5
votes
2answers
3k views
Private methods using Categories in Objective-C: calling super from a subclass
I was reading how to implement private methods in Objective-C (Best way to define private methods for a class in Objective-C) and a question popped up in my mind:
How do you manage to implement ...
4
votes
1answer
29 views
Category Not Recognizing Ivars
I have quite a large View Controller in my app and I want to clean it up by separating some of the functions into categories. I read up on how to implement a category and have:
#import "StatsVC.h"
...
4
votes
2answers
210 views
objective c categories and inheritance
If a method is defined in both a class and a category on that class, it is undefined which implementation will be called.
But how does this interact with inheritance? Specifically:
Given a ...
4
votes
2answers
95 views
What effect on memory usage do categories have?
Does adding a method to an Objective-C class as a category have any effect on that class's memory usage?
4
votes
4answers
261 views
MySQL: Understanding mapping tables
When building a category navigation system for a business directory with a many to many relationship, I understand that it is good practise to create a mapping table.
Category Table ( CategoryId, ...
4
votes
3answers
466 views
How to configure Doxygen to document Objective-C categories properly
Doxygen appears to have idiosyncratic handling of Objective-C categories and I would like to know if others have been able to work around it successfully. I would like doxygen to document all ...
4
votes
2answers
792 views
How to run junit tests by category in maven
Using junit 4.8 and the new @Category annotations, is there a way to choose a subset of categories to run with maven's surefire plugin?
For example I have:
@Test
public void a() {
}
...
4
votes
6answers
243 views
categories, tags or both?
When it comes to sorting contents, I always hesitate, typically I'll have categories and tags both as reasonable options, still I wonder when to use categories and when to use tags or even, when to ...
3
votes
3answers
80 views
How are categories implemented in Objective C?
I know how to use categories as a programmer, but I'm curious how they are implemented. Does the compiler compile them into calls to class_replaceMethod from a static initializer? Thanks.
3
votes
3answers
90 views
Mixing different categories results, ordered by score in MySQL
In my PHP application, I have a mysql table of articles which has the following columns:
article_id articletext category_id score
Each article has a score which is calculated based on how ...
3
votes
3answers
235 views
Displaying Unlimited Structure of Categories --> Subcategories --> etc?
I imagine this is a fairly common requirement for people when it comes to building any kind of application that relies on sorting and displaying data in categories - any CMS/Forums/Carts etc and I've ...
3
votes
2answers
1k views
Overriding methods using categories in Objective-C
Can I use a class category to override a method that is already implemented using a category? Like this:
1) Original method
-(BOOL) method {
return true;
}
2) Overrided method
-(BOOL) method ...
3
votes
3answers
291 views
Category conflicts
This recent question got me thinking about category conflicts, specifically involving the UIViewControllerRotation category within UIViewController.h. This category includes the ...
3
votes
4answers
4k views
add categories column to the product grid in magento admin
I'm trying to add a categories column to the product grid.
I've modified Mage_Adminhtml_Block_Catalog_Product_Grid.
Added the following to _prepareCollection:
->joinField('category_ids',
...
3
votes
4answers
1k views
New products by category in Magento
This should be supposed to be silly thing but it’s driving me nuts!
All I want is to show the new products for a specified category, but all I get is new products from any category.
Supposing I ...
3
votes
3answers
546 views
Least intensive way to find all nested subcategories using mysql query
I have a database in which items are placed into categories. Some of these categories are nested, so as an example:
Animals > Birds > Parrots
Animals > Birds > Penguin
Animals > ...
3
votes
2answers
699 views
Objective-C categories == visitor pattern?
Would you say that Objective-C categories are an implementation of the visitor design pattern?
3
votes
7answers
913 views
How do I create nested categories in a Database?
I am making a videos website where categories will be nested:
e.g. Programming-> C Language - > MIT Videos -> Video 1
Programming -> C Language -> Stanford Video - > Video 1
Programming -> ...
2
votes
1answer
29 views
Adding Instance Variable to NSData
So, I understand that Categories in Objective-C can be used to add methods to classes without the need for subclassing. I also understand that these Categories cannot be used to add instance variables ...
2
votes
2answers
93 views
Objective C - static variables in categories
I do have a little Problem.
Since my UIViewControlles are all named in the same scheme:
MyView1Controller.h
MyView1Controller.m
MyView1.xib
MyView2Controller.h
MyView2Controller.m
MyView2.xib
...
2
votes
1answer
61 views
Seach posts based on multiple categories wordpess
I am working on searching in wordpress i want to search text in multiple categories. here is my code
<form method="post" action="<?php bloginfo('home');?>/?ptype=catsearch" >
...
2
votes
2answers
169 views
WordPress Previous and Next Button Exclude Multiple Categories
I have a WordPress blog where posts have multiple categories selected. I am using a "Previous Post" and "Next Post" button at the bottom of each post. I would like the next or previous post to be in ...
2
votes
1answer
112 views
What's the need of Informal Protocols?
I've read the online docs about formal and informal protocols on Apple's documentation site, but I missed the point about informal protocols. I mean,
a class cannot conform to an informal protocol, ...
2
votes
2answers
30 views
problem in posts category
i need help in sql query
i have table named -- threads
contain
post_id / post_title .....
and i have categories table named
thread_categories
contain
cate_id / post_id
file.php?cate_id=20
i ...
2
votes
2answers
395 views
linking objective-c categories in a static library
I am developing a plugin for an iOS application. I am compiling it into a .a file which is then used by the main xcode project.
So far I have create a category of the UIDevice class in this library. ...
2
votes
1answer
222 views
TSQL - Query to get count of items associated to each category and subcategory
I have the following tables:
Categories
=================================
CategoryID | ParentID | Text
---------------------------------
1 NULL Text
2 1 ...
2
votes
3answers
278 views
How to get rid of the 'undeclared selector' warning
** Now this question must be a dupe, but I can't find it. Redirection appreciated! **
I want to use a selector on an NSObject instance without the need for an implemented protocol. For example, ...
2
votes
1answer
254 views
jQuery UI Autocomplete Category How to Skip Category Headers
I've got a working autocomplete field in my web application and I'm looking for a way to increase the usability of the field by somehow automatically skipping the category fields when an arrow key is ...
2
votes
3answers
160 views
Magento empty a category (1.5)
I'm wondering if there is a quick way to remove all products from a particular category?
Or am I stuck with getting all the categories products then looping through and removing the category from ...
2
votes
2answers
168 views
Apple Headers contain multiple Categories
While perusing some Apple Header files, I notice that they declare multiple interfaces using Categories for the same object.
For example: NSDictionary.h
@interface NSDictionary : NSObject ...
2
votes
2answers
159 views
What differences exist between Objective-C categories and .NET extension methods?
I'm learning about Categories in Objective-C and they seem really similar to extension methods in .NET.
Are there any subtle differences or gotchas between the two that can cause problems when moving ...
2
votes
1answer
110 views
Wordpress “Categories to tags converter” not working. Pointing to import.php instead
I just imported my posts from blogger into wordpress. In doing this, the tags were converted to categories for some strange reason.
I am now trying to convert them back into tag using wordpress' ...
2
votes
2answers
668 views
Wordpress custom post type categories
Hey. I am using a custom post type in wordpress. I register this custom post type like this:
register_post_type("lifestream", array(
'label' => 'Lifestream',
...
2
votes
2answers
196 views
Get categories in the same order they are in the menu
I'm getting stuck on a quite simple problem (I guess). I am trying to get categories within my template order the same way they are ordered in my main menu.
For information I'm using WP 3.0.4, french ...
2
votes
4answers
341 views
Add Categories to the .NET PropertyGrid
Is it only possible to add categories to the .NET PropertyGrid by annotating my data class with attributes like CategoryAttribute?
2
votes
1answer
535 views
Select and Browse Categories and Subcategories Stored in Separate Tables
I'm looking for a solution to list and browse categories and subcategories and their records (classified ads), when you store category levels in separate tables. In the past I have worked with the ...
2
votes
1answer
485 views
Faceted searching and categories in MySQL and Solr
I'd like to be able to do a search page similar to ebay or newegg where you can select categories and different facets depending on the categories - could anybody point me in the right direction?
How ...
2
votes
2answers
439 views
Linker cannot find a class that should be there
I have a project that uses the Core Telephony framework. Recently my code stopped working on a CTCarrier category, the linker complains that it can’t find the CTCarrier class:
Undefined symbols:
...